Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1371220

    Hi, since updating wordpress the text on my overlay/slideout menu item has become underlined. I would like it NOT underlined, what is the best way to achieve this.

    #1371224

    Hey,

    Thanks for contacting us!

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

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

    Regards,
    Yigit

    #1371229

    Thanks! that worked great. Another issue I have noticed since updating recently is what looks like a double white space above and below each row of ‘Masonry Posts’. I would expect the white space above and below to match the white space on the left and right of the Masonry Images. However, since updating it looks to me like the white space above and below has a double amount. ANyway to fix that?

    #1371231

    Hi,

    Please add following code to bottom of Quick CSS as well

    
    figure {
      margin: 0;
    }
    

    Cheers!
    Yigit

    #1371253

    You are a star! thanks my friend

    #1371256

    Hi,

    You are welcome! Glad I could help :)

    Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Text Underlined on Menu’ is closed to new replies.