This topic has 3 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Olga Barlow
I need the individual products on homepage to have a border around them. Elementor allows a border around the entire product gallery div. How do I create the border around individual product images on the homepage please?
Reminder
Hello,
There is no special option for this but you can add the below custom to add the border
.content-product .product-content-image {
border: 1px solid #dedede;
}
If you want to implement this for all the products (home page, shop) then add the custom to Theme Options > Custom CSS. If you want to add for the home page only then use Custom CSS option of the page while editing page using Elementor.
Regards
You must be logged in to reply to this topic.Log in/Sign up