Hi guys,
how can i change the text color in left and right module ? what file handles this text color ?
any help would be much appreciated
thanks
1 answer
Hi qbali
Please open skin/frontend/default/jm_lead/css/theme.css file, at about line 1798, find following code:
#ja-col1 .box .head {
background: url(../images/icon-max.gif) no-repeat right 27px #000000;
color: #FFFFFF;
font-weight: normal;
padding: 23px 30px 10px 10px;
cursor: pointer;
}
here you can change the text color in the left column.
For the right column:
Code:
.box .head { color:#454545; font-size:100%; letter-spacing:1px; margin:0; padding:0; text-transform:uppercase; } }
This question is now closed