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
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
Hi Yigit, I implemented the revisions but the triangle ▾ is still not appearing.