Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #539349

    Hi, in our main menu we would like to have little downward arrows placed just to the right of the main menu text, to indicate that there are submenus. Is this possible? Thanks.

    #539674

    Hey mrlreynolds!

    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: ''; }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Regards,
    Yigit

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