How to change the color to red

Posted in: Newspaper
Post count: 52

How to change the color to red, as in block messages

Post count: 52

HALO ???

Post count: 52

No solution to this problem ??

Post count: 7909

Hi,

Sorry for the delay, we are working with limited staff and we answer to the most oldest topics and because you’ve added a new reply we missed your post!

Please check this css solution for block titles ans search button in Theme Panel > Custom Css – http://screencast.com/t/t6w0hkOI

.block-title a, .block-title span, .block-title label {
background-color: red !important;
}
.block-title {
border-bottom: 2px solid red !important;
}
.widget_search input[type=submit] {
background-color: red;
}

Hope this helps!

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