Hi!
I’m using a background image for the Alternate content, because it shows up behind the page title, which is what I want.
On single product pages, I’ve hidden the related products at the bottom, but this alternate content background image still shows up down there. How do I hide that as well? Here’s an example: https://dreamquest.org/product/vip-limit-5-creating-virtual-worlds-vr-unity3d-july-24-29-lafayette-pm-camp-limited-5/.
Thanks!
Hey Taryn,
You can target the specific page id and hide via css. Is the above example from your site?
Best regards,
Jordan Shannon
Yes, but I can’t target a specific page id as it’s happening on the single products, right?
Hi,
You can remove it using this custom CSS code:
.single-product #av_section_1 { display: none !important; }
Best regards,
John Torvik
Perfect – thank you so much!
Hi,
Best regards,
Jordan Shannon