Block 3 title content color

Posted in: Newspaper
Post count: 81

Hi
I noticed that in the theme panel settings the option to change the colors of the content titles in the blocks has disappeared.
How can I customize the color of the content titles of block 3? Thanks

Post count: 27744

Hello,

Please let me know what you mean by “the option to change the colors of the content titles in the blocks has disappeared.”
You can style it with composer https://i.imgur.com/nGyF3oV.jpeg and after set the accent color https://i.imgur.com/dNUgm47.jpeg

Thank you!

Post count: 81

Thanks for the suggestion but I still use Theme Panel for customization. Will I need custom css?

Post count: 27744

Hello,

Yes, you need to use custom CSS code.

Thank you!

Post count: 81

and what is the css code to insert?

Post count: 27744

Hello,

This is the code .td_module_wrap:hover .entry-title a
{
color: blue;
}
.td_module_wrap .td-module-title a
{
color: red;
}

Set the code in Theme Panel – Custom code – custom CSS.

Thank you!

Post count: 81

Very very very thank!

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.