Jump to content

Recommended Posts

at the moment your website use ccc for css files so all css files are minified into one. you can disable ccc for css under adv. preferences > performance tab in back office, then i will give you correct file name

at the moment i can say that you can change background param in:
 

.title_block {
background: none repeat scroll 0 0 #383838;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
padding: 6px 11px;
text-shadow: 0 1px 0 #000000;
text-transform: uppercase;
}

it's a part of global.css file probably.

Link to comment
Share on other sites

Open yourdomain/modules/smartblog/css/smartblogstyle.css and find this:

.title_block {
    background: none repeat scroll 0 0 #383838;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 11px;
    text-shadow: 0 1px 0 #000000;
    text-transform: uppercase;
}

Delete this code and your default styles will work again.

Link to comment
Share on other sites

×
×
  • Create New...