Where i can change (in 2.6) colors from blue to red in this section below?
It is everywhere and i would like to change only once if possible.
http://pralex.com/colors.jpg
Printable View
Where i can change (in 2.6) colors from blue to red in this section below?
It is everywhere and i would like to change only once if possible.
http://pralex.com/colors.jpg
Modify templates/css/style.css, you need to edit
Code:div.section div.hd {
height: 1.5em;
color: #FFFFFF;
font-family:verdana;
font-size:12px;
font-weight:bold;
padding:5px 0px 5px 2px;
overflow: hidden;
border-left:5px solid #5c7099;
border-right:5px solid #5c7099;
background-image: url("../images/bg1.gif");
}
Thanks, problem solved.