Dear tom chan,
Please go to your_site\templates\sj_vinda\css\template-green.css and find:
.slideshow .sj-k2-container-slider .slider .vpo-wrap .vp .item .item-wrap .item-title {
background: #666;
padding: 13px 20px;
font-size: 18px;
position: relative;
z-index: 5;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-box-shadow: 1px 0 0 #707070 inset;
-moz-box-shadow: 1px 0 0 #707070 inset;
box-shadow: 1px 0 0 #707070 inset;
}
=> change background: #666; to background: your_color;
- and find:
div.mgi-wrap .mgi-box .mgi-cat a {
background: #666;
color: #fff;
font-size: 214%;
text-transform: uppercase;
padding: 0 0 0 70px;
border-radius: 0;
display: block;
position: relative;
height: 50px;
line-height: 50px;
font-weight: normal;
}
=> change background: #666; to background: your_color;
- and find:
.module h3.modtitle {
line-height: 26px;
font-size: 214%;
color: #fff;
margin: 0;
padding: 15px 20px;
font-weight: normal;
background: #555;
text-transform: uppercase;
}
=> change background: #555; to background: your_color;
Thanks!