Hello, I am looking for a code that will allow me to change the color of the font that is underlined and will remove the underline (it is a link)
Please and thank you!
Hi @letmebri , please share url. ![]()
URL is www.brianamakes.co
Password is makes2022
Hi @letmebri , go to edit code > assets > base.css and add this:
.image-overlay__image-link{
text-decoration:underline;
color:#fff!important;
}
#fff is white color - if you want another one, just change it. ![]()
That worked great for changing the font color! Thank you. Is there a way to remove the underline from the link? I do not want the text to be underlined.
Nevermind, I figured out how to remove the underline from the text! Thank you so much for providing a solution. ![]()
Awesome. Yeah… I just saw that instead of text-decoration:none, I wrote underline. Great that you managed it ![]()