title background color

Posted in: Newspaper
Post count: 61

where i can change this?
http://prntscr.com/i6310s

Post count: 20688

Hi,

That would be the latest articles section, the title inherits the color set here
https://www.screencast.com/t/hgIJw2WEA
Or you could use some CSS if you want to change the color for that element specifically, and also widgets in the sidebar for the latest articles section
https://www.screencast.com/t/T9BlvsMHGv

.td-pb-article-list .block-title {
border-color: yellow;
}
.td-pb-article-list .block-title > span {
background-color: yellow;
}

Thanks

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