Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #223708

    Hi,

    Does Enfold has a functionality to add a sign (down arrow, a plus or something) to each item in the menu which has a submenu/links underneath?

    Thank you!

    #223976

    Hey costin!

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

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

    Cheers!
    Yigit

    #224034
    This reply has been marked as private.
    #224039

    Hey!

    It would work just fıne. Please try it

    Regards,
    Yigit

    #224042

    Strange, the first time it didn’t but now it works. Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Menu sign for submenu’ is closed to new replies.