This topic has 2 replies, 2 voices, and was last updated 7 years, 10 months ago ago by 8theme
Hi Support,
I have an issue with Slider addition. I set the slider on “Pages/Shop/Page slider= Home Furniture” and it is working that is ok. But along with the “Single Product page” also has been changed and added the slider. How can I remove the slider form Product page and keep on Shop page at the same time?
Thanks your answer in advance!
Regards,
Zsuzsanna
Hello,
We suggest you hide the slider on the single product page with this simple CSS code
.single-product .page-heading-slider {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up