how i can change the post page "Recent Post"&"related posts", back ground color?

Posted in: Newspaper
Post count: 14

how i can change the post page “Recent Post”&”related posts”, back ground color?
now the situation is the side bar “recent post”, the text color is white, and its background color is gray, so can’t see.
how can change this background color?
and also same as the recent post at the end of article.

Post count: 35449

Hello !

The background of blocks and text on pages can be change with tagDiv Composer. You will have to edit the ROW Background color as you can see it here: https://www.screencast.com/t/pNoayakw

I hope this was helpful!
Thank you !

Post count: 14

Hi Calin,
i tried as you said, but it’s not working, and it’s not what i want.
Pls see pic Recent Posts
and this pic Related Posts
which is on the post page, it’s not the home page.

Post count: 14
Post count: 35449

Hi,

Sorry, there was an misunderstanding, you can change the header background from theme panel -> https://i.imgur.com/tLQ2KMl.png or using a custom css like this one -> https://i.imgur.com/6ntPDzt.png
.block-title > span, .td_block_template_1 .td-related-title .td-cur-simple-item {
background-color: red;
}
.block-title, .td_block_template_1 .td-related-title {
border-color: red;
}

Thank you!

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