how to remove these arrows?

Tagged: ,

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart Themehow to remove these arrows?

This topic has been marked as resolved.

does anybody know how to remove these > from footer?

thanks

 jezfez
April 21, 2015 at 5:05 pm #40264

i found it. :)

.tb_list_1 > li::before,
#menu div > ul > li::before
{
    content: ""; /* <-- REMOVE THIS */
    display: block;
    font-size: 20px;
    height: 12px;
    left: 0;
    line-height: 8px;
    margin-top: -6px;
    position: absolute;
    top: 12px;
    width: 12px;
}

 jezfez
April 22, 2015 at 1:06 pm #40273
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
April 28, 2015 at 3:56 pm #40378
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.