how can I change font color in home page blocks? and single post page contents?

Posted in: Newspaper
Post count: 3

I wanna know how to change font color for

1. home page blocks font color (post title)
2. single post page body contents font color

Please help me 🙂

Post count: 3

can I get help?

Post count: 22421

Hello,

The post title in blocks can only be changed with custom css. Our theme has no option to change the post title colors on blocks. For that you will have to use this css:

.td-main-content-wrap .td_block_wrap h3>a{
color:red;
}
Or you can make the code more specific for each type of block. The code above changes the title colors for all blocks at once.

As for the post content color, you can change it from the theme panel:
https://www.screencast.com/t/fXf85nw5

Thank you!

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