Post loop settings

Posted in: Newspaper
Post count: 2

Hi,

Just wanted to know how to change the backgroud color of text for “Artcile list title” in page loop settings.

Post count: 7909

Hi,

You will have to use custom css in Theme Panel > Custom Css if you want to add a specific background color only for Latest Articles title, as the theme doesn’t have an option only for this block title – http://screencast.com/t/fddH9b1MnBOT

.td-pb-article-list .td-main-content .block-title > span {
background-color: #534;
}
.td-pb-article-list .td-main-content .block-title {
border-color: #534;
}

Thanks!

Post count: 2

Thanks a ton. Worked 🙂

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