I want to change the title link color. For some reason, it is white.
The excerpt is the default color (#330000)
I am using this to successfully change font size, but not the color:
.news-link { font-size: 14px; font-weight: bolder; color: #330000; }
Hey terrytomasini,
Please try:
.news-link a { font-size: 14px; font-weight: bolder; color: #330000; }
or Please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Hi Mike,
Did not work.
Here is the page. Look any the “Latest Missionary News”:
https://www.staging1.hessel.org/missionaries/
Terry
Hi,
Can you try adding the !important
rule to your code, right after the color, and before the semi-colon?
If that doesn’t work, please try this instead:
.news-headline { color: #330000 !important; }
If that still doesn't work, please provide us with temporary admin access so we can take a closer look.
Please remember to clear your browser cache when you make changes! If you have a caching plugin installed, please clear that, too.
Best regards,
Sarah
The .news-headline worked.
Thank you