Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #289328

    Hi guys,
    I am enjoying the theme and your comments on this forum are excellent, keep up the good work!

    The problem I’m having is with the small triangular icons not showing up next to flyout menu links that have additional sub pages. In other words; currently visitors cannot see that the page “Case Study” exists when hovering over the main nav bar.

    To see what I’m referring to please go to:
    A. Our test site (see Private Content below)
    B. Hover over “Who We Work With”
    C. Hover over “Charities”
    D. Only now can you see that the page “Case Study” is there

    #289504

    Hi Jonathan!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .menu li > a:after { content: ' ▾'; } 
    .menu li > a:only-child:after { content: ''; }

    Cheers!
    Yigit

    #289558

    Hi Yigit, I implemented the revisions but the triangle ▾ is still not appearing.

    #289559

    Hi!

    Can you try to disable minifying feature on plugin you are using and check if that helps? Code is currently not being applied

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.