A CSS question

Posted in: Newspaper
Post count: 81

Hallo,
I have this problem with OUR AUTHORS’ header color.

If I configure the header color it doesn’t take effect. It seems to be influenced by this style

.block-title a, .block-title span, .block-title label {
background-color: #100505;

which I have before used to modify bottom footer headers via child style.

Please howto solve?

please have a look to
powerize.it/test.jpg

  • This topic was modified 11 years by Tommy.
Post count: 7909

Hi,

I also checked this and seems that it is an issue there. Please use this custom css to change color for author box title – http://screencast.com/t/Qbml0ujSvE

.td_top_authors .block-title span {
background-color: #4D6DEC !important;
}
.td_top_authors .block-title {
border-color: #4D6DEC !important;
}

Thanks!

Post count: 81

Hallo Alin,
it works fine now!

Thank you!

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