How to change colours universally

Posted in: Newspaper
Post count: 37

Hi

I am using the ‘Gossip’ demo for my new site.

The demo uses the colour red and I am trying to change it to blue.

I know that the colour can be changed ‘locally’ on each page in the page builder / composer, however this is taking much time to do, so where is the universal setting to change it instantly across the whole site?

I can see the theme colors option in the theme panel (in the WP admin area) however I can not see the red anywhere.

Please explain how it works, or even send me a link to where it explains in the documentation as I can’t find it.

Thank you

Post count: 35449

Hi,

Usually you can use the general option for accent color from theme panel -> https://i.imgur.com/QGEJBms.png but in this (on Gossip demo) the colors is set individual per each element -> https://i.imgur.com/857NLmr.png therefore you need to make these changes manually or you can use a stronger custom css like this one ->https://i.imgur.com/R5zFdj7.png
body .td-theme-wrap .td_module_wrap:hover .td-module-title a {
color: blue!important;
}

This code need to be set in theme panel> custom code> custom css.

Thank you!

Post count: 37

Ok, thank you

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