Home › Forums › WoodMart support forum › Related products in SIngle Product Page › Reply To: Related products in SIngle Product Page
September 19, 2017 at 10:58 am
#19739
doze
Participant
Ok, I’ll get you a user
Anyway, the element is:
<div id=”jp-relatedposts” class=”jp-relatedposts” style=”display: block;”><h3 class=”jp-relatedposts-headline”>Correlati</h3><div class=”jp-relatedposts-items jp-relatedposts-items-minimal jp-relatedposts-grid “><p class=”jp-relatedposts-post jp-relatedposts-post0″ data-post-id=”4567″ data-post-format=”false”><span class=”jp-relatedposts-post-title”>
I tried to insert the following in theme custom css but nothing happens:
.jp-relatedposts .style {
display: none;
padding-top: 1em;
margin: 1em 0;
position: relative;
clear: both;
}