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

    Hello and thank you for making this amazing theme.

    I am using the minimal menu on the site that I am making but I would like to add some small elements to it.

    I would love to put some downward facing arrows only on the meny items that have a dropdown function. Like on this site:
    https://4it.com.au/ (it is made with Enfold as well).

    Can you please help me with the CSS code that I need to add?

    Thank you very much.

    #471101

    Hey simplexkonto!

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

    Best regards,
    Yigit

    #471130

    Thank you very much, Yigit! It worked perfectly!

    Have a nice day!
    Nora

    #471137

    Hi!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Downward arrows in dropdown menu’ is closed to new replies.