Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
Version 9
Ben Dorshorst
0 points
Beginner
Is there a way to hide BOTH the Sellers Details AND Bidding History at the same time. I found the following code for only hiding the Seller Details when put into Design Setup > Custom Meta Data >Footer Styles (wp_footer). Changing the 2 to a 3 hides the bidding history, but how do I do both at the same time/
Is there a way to hide BOTH the Sellers Details AND Bidding History at the same time. I found the following code for only hiding the Seller Details when put into Design Setup > Custom Meta Data >Footer Styles (wp_footer). Changing the 2 to a 3 hides the bidding history, but how do I do both at the same time/
[code title=”script”]
<script>
jQuery(“#BiddingBox”).find(‘.panel:nth-child(2)’).remove();
</script>
[/code]
Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now