Trying to remove the underlines from hyperlink in bulleted list
set Custom Css Class: bullet-no-link on the text box for the list (the text box is inside of a color box and a column box)
Added the following code to the quick CSS box:
.bullet-no-link {
text-decoration:none!important;
}
Hey mnydish,
Add this to quick css:
li a{
text-decoration:none!important;
}
Best regards,
Jordan Shannon
Perfect… thank you
Also how would I add a hover color to this text?
Hi mnydish,
Please try adding this CSS code:
li a:hover {
color: green;
}
Best regards,
Nikko
Hi Nikko
That is not showing up, any ideas?
Thanks
Hi mnydish,
Try adding !important, so the code I gave should look like this:
li a:hover {
color: green !important;
}
If that still doesn’t work please flush out the cache from any caching or optimization plugin and also the browser cache.
Best regards,
Nikko
that did the rick thank you!
Hi mnydish,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko