#114757 JetWoo builder single related products element showing title twice
Landing › Forums › JupiterX WordPress Theme › JetWoo builder single related products element showing title twice
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
Nicky Gover 3 days, 20 hours ago
Hi – on my JetWoo builder product page, I have used the Single Related product element at the bottom. In edit mode, it performs perfectly. One Chrome and Safari, the product title appears twice… example page.
https://amfora.london/product/bubbles-box/
If I hide the title with CSS, it will hide both. Any ideas?
Nodari Support Team 3 days, 7 hours agoHi Nicky
You can use this css code to hide first one:
.related.products a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2:nth-child(2) { display: none; }
Regards
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)