Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

check Font colour heading

More
9 years 2 weeks ago #4153 by duncanpritchard
Font colour heading was created by duncanpritchard
Hi There. I'm pretty inexperienced with CSS overrides and the likes but can find my way around if need to….was hoping you could give some advice on chaining the news "title" from red to white (something more visible) on my page …see www.tidaltao.com (the homepage news items …all the headings are red and difficult to read)
Many thanks! Duncan

Please Log in or Create an account to join the conversation.

More
9 years 2 weeks ago #4155 by admin
Replied by admin on topic Font colour heading
Hello Duncan,

the color is dictated by your template (all links are red, blue on hover). In order to change that, just add, in the module:

.newsinfo a { color: white; }
.newsinfo a:hover { color: black; }

That will also take care of the 'read more' link.

If you want to change the title only, use the 'newstitle' class.

Olivier.
The following user(s) said Thank You: duncanpritchard

Please Log in or Create an account to join the conversation.

More
9 years 1 week ago #4156 by duncanpritchard
Replied by duncanpritchard on topic Font colour heading
Brilliant, I popped in that CSS and it worked just like that :) Thank You - great module and support

Please Log in or Create an account to join the conversation.

More
9 years 1 week ago #4157 by admin
Replied by admin on topic Font colour heading
You are welcome!

Olivier.

Please Log in or Create an account to join the conversation.