Home › Forums › WoodMart support forum › Related Product Grid
Related Product Grid
- This topic has 8 replies, 2 voices, and was last updated 4 years, 4 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
July 17, 2020 at 4:12 am #211805
afarahaniParticipantHi,
For my shop page I have selected the option to show excerpt, but the related product does not inherit from my selection and shows another style. How come is this possible and how can I change it to what I selected in the theme setting?Thanks.
July 17, 2020 at 8:14 am #211869
Aizaz Imtiaz AwanKeymasterHello,
This is not an issue by any means this is the default functionality of the related product that it doesn’t display the excerpt.
You can check the link below it works same on our demos:
https://woodmart.xtemos.com/shop/accessories/smart-watches-wood-edition/Best Regards.
July 17, 2020 at 4:25 pm #212001
afarahaniParticipantSo, what if I want to show the excerpt? is there nay way?
July 18, 2020 at 11:46 am #212132
Aizaz Imtiaz AwanKeymasterHello,
Please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.related-products .owl-item.active:hover .woodmart-hover-base.product-in-carousel .hover-content { display: inline-block; }
Best Regards.
July 18, 2020 at 4:42 pm #212188
afarahaniParticipantThanks Aizaz. It worked like a charm. I have been also trying to add a border to related product grid with no progress. Can you take a look at the attached picture and let me know what the correct css block it is to achieve this without messing up with other grids?
Bests.
Attachments:
You must be logged in to view attached files.July 18, 2020 at 4:45 pm #212194
afarahaniParticipantRe above request, I want to keep the space between each product cart rather than having a border between them.
July 20, 2020 at 9:56 am #212599
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
Please try and add the following Custom CSS to change the spacing of the related product items.
.related-products .woodmart-carousel-spacing-30 .owl-item { padding-right: 20px; padding-left: 20px; }
Best Regards.
July 20, 2020 at 4:25 pm #212719
afarahaniParticipantHow about the border. I used the following code but it did not work:
border: show !important; border-style: 2px solid;
July 21, 2020 at 6:39 am #212801
Aizaz Imtiaz AwanKeymasterHello,
To add borders try and use the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.related-products .product-grid-item { border: 2px solid red; }
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register