Hi,
I want to hide the info wrapper on my woocommerce product page.
(the link on the left side.)
How do I do it.
Thanks in advance-.
Hi,
If i understood you correctly, you would like to remove post navigation that shows up on each side. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .avia-post-nav { display: none; }
Best regards,
Yigit
Awesome. Works like a charm.
Thank you very much.