I like the product category side bar with box around it with Clear HEADER i want that on the shop pages but when i add it to shop the box is gone and the header is different ive attached screen shots
This topic has 8 replies, 2 voices, and was last updated 10 years, 6 months ago ago by Robert Hall
I like the product category side bar with box around it with Clear HEADER i want that on the shop pages but when i add it to shop the box is gone and the header is different ive attached screen shots
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
See Below
Hello,
Because on Home page you’re using Visual Composer element ‘Product Categories’ and a Shop page uses WooCommerce Product Categories widget (http://prntscr.com/7c01l6).
Unfortunately we have no way to make it the same in this case.
Regards,
Robert Hall.
well can i use your static blocks?
Hello,
Please try to add this code in custom.css file
.sidebar-widget, .sidebar-slider{
border: 2px solid #008f85;
}
.product-categories > li{
padding: 0 0 0 20px;
}
.sidebar-widget .widget-title, .sidebar-slider .widget-title{
background-color: #008f85;
text-align: center;
}
.widget-title span{
background: none;
color: #fff;
}
.product-categories > li > a{
font-weight: bold;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Thanks Robert
-Robert
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Visual Composer Sidebar vs Royal Sidebar’' has been successfully resolved, and the topic is now closed for further responses