Add Background color to trending box

Posted in: Newspaper
Post count: 186

PLz how do i add color to trending box, instead of the white backgroung

Post count: 23312

Hello

If you want to change the background color for tending box, you have to check the News Ticker settings and set it from there, like this -> http://screencast.com/t/vfmrNT2q4ak and the result you should see here -> http://screencast.com/t/kVn90rWner

Thanks.

Post count: 186

plz i want the whole container to have a color not just the title , how do i achieve that

Post count: 23312

Hello willysawa,

If you want to have the background color for the text content for Trending Now feature, please try the following CSS code and add it in Theme panel.

The code is ->

.td-trending-now-display-area {
padding: 0 0 0 0px;
}
.td_module_trending_now {
background-color:red;
}

The result -> http://screencast.com/t/a4UGYHAdTVCT

Thanks.

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