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.
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
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?
Hi,
Please add following code to bottom of Quick CSS as well
figure {
margin: 0;
}
Cheers!
Yigit
You are a star! thanks my friend