Change Module title color

Posted in: Newspaper
Post count: 3

Hi

First of all thanks for your theme, I really like it.

I’m wondering how to change the link color of a module (.td_module_xx .entry-title a) to the color selected as “Title background color” in the “Block settings”.

When hovering a post title the color already changes to the “Title background color” from the “Block settings”. But I want the link color always to be the “Title background color”, not only when hovering.

Thanks for your help!

Post count: 3

Oh and of course I could change the css class “.td_module_xx .entry-title a” to the color I like but that way every module will have that color. I need different post title colors for different modules.

Or is there a way to add a custom css class in the “Block Settings”?

Post count: 23312

Hi bauzival,

Please try the code below and place it in Theme panel->Custom Css area, like this: http://screencast.com/t/ZzKoy5Y4

.td_module_7 .entry-title a {
color:#81d742;
}

The result you should see here: http://screencast.com/t/syCQkpAay

Notice: You should have the same color with the color of the block title and practically the hover effect will disappear for this module.

Hope this helps and let us know how it goes!

Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.