Topic Resolution: Resolved
  • Closed
  • April 14, 2016 at 7:36 am #26534

    Hello,

    I am using the evolve plus (premium) theme and have encountered an issue with the styling of the top (primary menu).

    When I set up the top menu, every main item is marked with a red “>” symbol. This same symbol appears by each item in the two pages that have submenus: About and Services.

    I set up a dummy page with a screen capture so that you can see these red “>”symbols at this address:

    question

    In addition to being distracting, the red “>” symbols seem to add unnecessary space to the navigation bar.

    I have searched the support forum, as well as the documentation and the Theme options and settings. However, I cannot find a way to suppress these red “>” symbols.

    Can you help me?

    Linda K Muterspaugh
    Spectator
    Posts: 5
    April 14, 2016 at 9:12 am #26536

    Oops lost the link to the test page. Here it is again.

    contentplusmarketing.com link issue.

    Denzel Chia
    Moderator
    Posts: 2656
    April 15, 2016 at 1:48 am #26555

    Hi,

    Please use the following in Theme Options -> Custom CSS

    ul.nav-menu .sf-with-ul::after {
    content: "" !important;
    }

    Thank you

    Linda K Muterspaugh
    Spectator
    Posts: 5
    April 21, 2016 at 5:33 pm #26844

    Thank you! Fixed by changing the bullets for all lists, but good to have a back-up solution.