is there a way i can change the color of the font for words that are linked on the site. there are several words on the following page – http://papernapkinmarketing.com/dental but because they don’t look different it’s hard to tell they are links
Hey!
Try adding this code to the Quick CSS:
.avia_textblock a {
color: red !important;
}
Change as needed.
Cheers!
Josue
perfect, thank you!
ah i found one thing … can you look at http://papernapkinmarketing.com/services. under DENTAL the “Learn More” is a link but not in red. Do I need to adjust the CSS
Yes, change it to:
.avia_textblock a, p a{
color: red !important;
}
Best regards,
Josue
i updated the css, still showing up as black on that page
This code is conflicting:
Cheers!
Josue
should i remove the coding that you highlighted?
Yes, or change that color defined there. That rule is overwriting the other one.
it worked! thank you!
You are welcome, always glad to help :)
Regards,
Josue