This topic has 8 replies, 2 voices, and was last updated 1 years, 9 months ago ago by Rose Tyler
I was looking at grid layouts in the xstore library and I wanted this :
You can clearly see it shows the image in a box and the text underneath it. But when you import it it looks like this :
The image does not have a box around it and the text and image is in the same space. How do I get it to look like the image library preview
Thanks
Hello, Jay545452
https://prnt.sc/UFgtuFRgkxh9 – it is a screenshot from this demo – https://xstore.8theme.com/elementor/demos/organic01/
but you imported this one https://xstore.8theme.com/elementor/demos/grocery-market
https://gyazo.com/0ada13509ee89518f923ba5b1a7e5e1f – images were already uploaded with borders on the demo.
To add borders for images on your site, the next custom CSS code can be used:
.content-product .product-content-image img {
border: 1px solid #e1e1e1;
}
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
Hi,
Thank you.
That worked on the Ajax Product Tabs but doesn’t work on the product grid
Regards
Jon
Hello, Jay545452
Please provide URL of your site page with the product grid
Kind Regards,
8theme team
You can login with the details in the private area.
Its the homepage, I have been trying different styles, the first grid on there is the product grid, underneath it is the ajax product tabs but its the product grid I want working. Thanks
Hello, Jay545452
Please change the previous code to:
.content-product .product-content-image img, .etheme-product-grid-image {
border: 1px solid #e1e1e1;
}
Kind Regards,
8theme team
Thats great thank you and thank you for replying so quickly even on a Sunday!
All the best
Hello, Jay545452
We would be grateful if you could take a moment to rate our product – https://themeforest.net/downloads – with 5 stars on ThemeForest!
Kind Regards,
8theme team
Tagged: inserted, library, persuasive, templates, woocommerce, wordpress, xstore
You must be logged in to reply to this topic.Log in/Sign up