This topic has 10 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Rose Tyler
Hi I need to Know how can I can change the background color of the Category Widget in Shop Page.
https://imageupload.io/bzo4iC6rMP.i
Thanks.
Hi,
Edit this code in Theme Options > Theme Custom CSS > Global custom CSS – https://prnt.sc/vqc16m
Regards
Thank for your Answer.
I have another one, how can I fix aligments product in shop?
Add the next code in Theme Options > Theme Custom CSS:
.main-products-loop .product, .products-loop .product, .carousel-area .product-slide .product {
display: flex;
justify-content: center;
}
.products-loop .ajax-content, .products-loop {
display: flex;
flex-wrap: wrap;
flex: 1;
}
.content-product {
flex-direction: column;
justify-content: space-between;
display: flex;
flex: 1;
}
.content-product .quantity-wrapper {
margin-right: auto;
margin-left: auto;
}
.swiper-container {
display: flex;
align-items: stretch;
}
.product-slide .product {
display: flex;
height: 100%;
}
.swiper-wrapper {
height: auto;
}
Regards
It´s not working for me. I send you the links
Hello,
Via browse inspector tools it works – https://prnt.sc/vrocuo
Where did you add the code? Provide us with temporary wp-admin access.
Regards
Works Now.
I put the CSS in Aditional CSS menu not in Theme Custom CSS.
Thanks,
You’re welcome!
Regards
Hi! Me again 🙂
I need to Show Categories DropDown filter in Mobile Menu
https://ibb.co/Z6jHCF4
How can I do? Because i Dektop show but in Mobile hide.
Thanks.
Hi,
There is no such option, right now. You can submit a request here – https://www.8theme.com/taskboard/
Regards
You must be logged in to reply to this topic.Log in/Sign up