This topic has 5 replies, 3 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler
Hello! I updated XStore to 6.1.4 and after that I see that my product page and shop page are missing all the styles they had.
The store is using Tea Store demo.
Hi,
1. Shop
– You can change in Theme Options -> Woocommerec (Shop) -> Shop -> Shop page layout http://prntscr.com/pkvspb
2. Single product
– I see product page is similar with single product in Tea demo
Regards,
Hung PD
No they don’t look the same. See the screenshot to understand.
The layout is similar but there is no borders and background for products and product page elements. Also, the add to ca
Hello! No they don’t look the same. See the screenshots to see which parts look different.
First, there is no background for products on Shop Page, and also no background/border for columns in Product Page. The add to cart button is also quite different… Please see screenshot and compare to my store to understand.
Hello,
This code should be added in Theme Options > Custom CSS > Global custom CSS:
.content-product {
box-shadow: 1px 1px 18px #efecec;
padding: 25px 15px;
margin-bottom: 10px !important;
}
.single-product .content-page .swiper-entry {
margin-bottom: 50px;
}
.single-product .images-wrapper {
box-shadow: 0 0 30px 1px #f3f3f3;
width: 80%;
margin: 0 auto;
}
About “Add to cart button”, please set the desired settings in Theme options > Styling > Dark buttons.
Regards
You must be logged in to reply to this topic.Log in/Sign up