Background title blocks

Posted in: Newspaper
Post count: 28

In blok1, blok2, etc. you can set on the admin panel the background color of the title, but this is assigned to the a tag . I wish that were assigned to the background h4 tag so that it extends along the length of the block. Will you help me do this?
In the block can not be assigned a unique class so that I can give the background h4 with css?

Post count: 7909

Hi,

You can set block’s title color from here: http://screencast.com/t/yqwKQlIS
Result: http://screencast.com/t/qJi8yrme
But if you want set background to entire width of h4 you can use css code: http://screencast.com/t/2HVaoYUkFeQ1

.td_block1 .block-title{
background-color: red;
border-bottom: 2px solid black;
}
.td_block1 .block-title span{
background-color: red;
}

Hope this helps!

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