This topic has 2 replies, 2 voices, and was last updated 5 years, 7 months ago ago by Rose Tyler
The sidebar boxed variant (theme version 3 demo) shows a red shop by departments box. I installed my demo and am just showing it in white. Is there a setting I’m missing or something to have this show the same?
Hello,
Please add this code in Theme Options > Custom CSS:
.category-1 .product-categories h2 {
background-color: #e5534c;
padding: 20px 15px;
color: #FFF;
font-size: 16px;
text-align: center;
margin-bottom: 0px;
}
.category-1 .product-categories {
border: 2px solid #e5534c;
}
.category-1 .product-categories li > a {
padding: 17px 0;
padding-left: 20px !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up