Change Font Color and Remove Underlined Links - DAWN

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. :slightly_smiling_face:

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. :slightly_smiling_face:

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. :slightly_smiling_face:

Awesome. Yeah… I just saw that instead of text-decoration:none, I wrote underline. Great that you managed it :hugs: