This topic has 6 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
Hi,
I have added this code to custom.css:
.custom-hover-links :hover {
text-decoration: none;
}
In order to remove the hover underline to the link in the Static Block that displays at the end of the page “2018 – ica.scot – I am on Facebook!”
However it doesnt change anything.
Thanks for checking,
Fred
Hello,
The code doesn’t work for http://prntscr.com/hv586v because of custom-hover-links
class is not added for this row or even text element.
Could you provide temporary wp-admin access in Private Content?
Regards
No problem, please see Private Content section for details.
I’ve added custom class for your link http://prntscr.com/hv5iyc in Footer static block, so now you may use this custom code:
.custom-hover-links:hover {
text-decoration: none;
}
Regards
Hi,
Many thanks, all seems fine now,
Fred
You’re welcome!
Have a nice day.
Regards
The issue related to '‘Remove links underline when hover in Static Blocks’' has been successfully resolved, and the topic is now closed for further responses