Brizy Pro Link Styling Issues
I'd like to remove the underlines that appears with hyperlinked text - both as text decoration and when hovering over the text.
I've added this to the custom CSS, but the underline still appears when I hover over the text:
Aside: the first time I added this custom CSS to get the underline to disappear for text decoration alone (not hover), I had to delete the text block then create it, before it showed up. This time, as I have padding and formatting all set, I'd rather not delete the text block again. Please advise.
-
Hi,
Could you try adding the Custom CSS code inside the block, here? Also, I would suggest adding such code:
element a {
text-decoration:none !important;
}element a:visited {text-decoration:none !important;}Best regards,
Sandra1 -
Thanks for this! It worked perfect.
0 -
Great! I'm happy to hear this! Thank you too!
Best regards,
Sandra0 -
I've tried all this custom css, searched the support forums up and down, and can't get a underline on hover - or any other styling on hover - to work, adding custom css at the project, block, or element level. Any current advice on this? Brizy cloud builder. Thanks!
0 -
Hi Timothy,
Can you please try to add this custom CSS inside the block, here ?
a{
text-decoration : none !important;
}a:hover{
text-decoration : none !important;
}0
Please sign in to leave a comment.
Comments
5 comments