Title background color:

Posted in: Newspaper
Post count: 76

Hi

I am trying to get title background for blocks and modules on the first page of my site at http://www.womensgolf.com. I’ve selected ‘Optional – Choose a custom title background color for this block’ on block settings on the page but this only changes the line color. I’ve also selected ‘HEADERS BACKGROUND COLOR Select a global header background color’ in the GENERAL Theme colors.

I’m not having any luck – there are no css code related additions added.

Any idea what I’m doing wrong.

Thanks

Richard

Post count: 22421

Hello,

This happens because you use the news magazine demo. Every demo has it;s own style. The background color for the text is not present on this demo. It will only change the underline color for the titles, but there is no way of adding a text background from the settings. You can use css to do it though. FOr this you need to assign a custom class to the row containing the element: http://screencast.com/t/XZDTwAgGgsOH and then you can use it inside this code like so:
.mycustomclass .block-title span{
background-color:red!important;
padding-left:15px!important
}

You can add the code in the theme panel -> custom css box.

Thank you!

Post count: 76

Brilliant Bogdan B. Explanation and a fix that works perfectly. Thank you – couldn’t be happier with the themes and your excellent support. Thanks Guys.

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