This topic has 6 replies, 3 voices, and was last updated 6 years ago ago by Olga Barlow
Hello support! I have a problem with the shop sidebar
but I nedd to get this result:
https://prnt.sc/l9uh5h
This website is also done with Xstore
Do I need a Woocommerce plugin or there is a special setting?
thank you very much
arianna
I need this
https://prnt.sc/l9upgv
no problem I figured out
Hello,
XStore 5.0 is major update and we have changed a lot of things https://xstore.8theme.com/update-history/ including theme styles.
Please check our new demo – https://xstore.8theme.com/demos/product-category/woman/
You can change styling using custom css code. For example, try to add this code in Theme Options > Custom css:
.sidebar-widget ul li a, .widget_categories ul li a{
text-transform: uppercase;
}
.sidebar-widget.widget_product_categories .widget-title {
color: #090909;
background: #fafafa;
}
.sidebar-widget.widget_product_categories .widget-title, .wpb_widgetised_column .widget_product_categories .widget-title {
padding: 20px 10px;
margin-bottom: 10px;
text-align: center;
font-size: 20px;
border: none;
line-height: 1.1;
}
.widget_categories ul li:not(:last-child), .recent-posts-widget .post-widget-item:not(:last-child), .sidebar-widget ul li:not(:last-child) {
border-bottom: 1px solid #e6e6e6;
}
.footer .recent-posts-widget .post-widget-item:not(:last-child) {
border-bottom: 1px solid #393939;
}
.widget_categories ul li a, .sidebar-widget ul li a {
padding: 1em 0;
font-size: 14px;
}
Describe the desired result in details and we will help you.
Regards
Hello thank you for the reply but I still have this kind of boxed shop bar…how can I get this shop bar https://xstore.8theme.com/demos/product-category/woman/
Hello,
Go to Theme Options > Shop > Product page layout > Disable scroll for the widgets in the sidebar.
Regards
You must be logged in to reply to this topic.Log in/Sign up