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

    Hey there,

    we would like to disable the underline of our links in the burger menu.
    We tried a lot – even in css .. but the lines won’t go away.

    Can you please help us?

    Kind regards.

    #1395163

    Hi,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab

    
    a:where(:not(.wp-element-button)) {
      text-decoration: none;
    }
    

    Regards,
    Yigit

    #1395168

    Thank you so much! It works!

    #1395176

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Burger Menu disable underline’ is closed to new replies.