Вы не авторизованы.
Подскажите, пожалуйста, как менять цвет главного меню - где все категории, не могу найти хоть убей ![]()
Неактивен
Через админку заходите в Дизайн, потом выбирайте свою тему, а там заходите во вкладку Стили (CSS), ищите .cpt_category_tree и меняйте background на любой цвет
Неактивен
спасибо, что я только не менял
дело в том, что у меня там вот такой код достался от прошлого верстальщика:
.cpt_category_tree { padding:10px;}
.cpt_category_tree ul{
list-style:none;
margin:0px;
padding:0px;
}
.cpt_category_tree ul li { padding:0 0 2px 10px; }
.cpt_category_tree ul li.child, .cpt_category_tree ul li.child_current { background:none;}
.cpt_category_tree .bullet { font-size:0px;}
.cpt_category_tree .parent_current a{
font-size:110%;
font-weight: bold;
color:#ff5e00!important;
text-decoration: none;
}
.cpt_category_tree .child a {
padding-left: 10px;
font-size:90%;line-height:100%;
font-weight:normal;
background: url(../../images/tls_point.gif) left center no-repeat;
}
.cpt_category_tree .child_current a{
padding-left: 10px;
background: url(../../images/tls_point_v.gif) left center no-repeat;
color: #FF5E00 !important;
text-decoration: none;
font-size:90%;
line-height:100%;
}
a .bullet{
text-decoration: none!important;
}
.cpt_category_tree .tab{
margin-left:10px;
}
Неактивен
слева меню светло-серое многие говорят, что плохо видно
Неактивен
/published/publicdata/КЛЮЧ/attachments/SC/themes/ТЕМА/css/style.css
.content_left_right_main li a {color: #9d9d9d; font:14px Tahoma;text-decoration: none;}Где #9d9d9d цвет ссылки меню.
Неактивен
ради всего святого, спасибо тебе добрый человек
)
Неактивен