Dear baseball
We're sorry about the lateness.
1. go to Template manage -> sj-new -> Advanced tab ->
Show Cpanel -> No
2. go to Template manage -> sj-new -> Theme tab -> Template Style: If you chosen is 'Blue' theme
- go to your_site/templates/sj_news/css/template-blue.css
- add the code at the end of /template-blue.css file:
#position-0{
padding-top:20px;
}
=> change "padding-top:20px;" to "padding-top:your_px;"
3. go to your_site/templates/sj_news/css/template-blue.css and find:
#yt_menuposition ul.navi li.level1.active .item-link {
color: #00497C;
}
=> change "color: #00497C;" to "color:your_color;"
-------
#yt_menuposition ul.navi li.level1.active > .item-link {
background-color: #f5f4f4;
background-image: -moz-linear-gradient(top,#fdfdfd,#e8e7e7);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fdfdfd),to(#e8e7e7));
background-image: -webkit-linear-gradient(top,#fdfdfd,#e8e7e7);
background-image: -o-linear-gradient(top,#fdfdfd,#e8e7e7);
background-image: linear-gradient(to bottom,#fdfdfd,#e8e7e7);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#ffe8e7e7', GradientType=0);
background-color: transparent;
}
=> change background color above
Thanks!