This topic has 4 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Rose Tyler
In addition to the below question which solved an issue
https://www.8theme.com/topic/fixing-template-to-the-shop-footer/#post-264099
But now it also shows the prefooter area for individual product pages. How is it possible to disable it on single product?
Hello,
Add the next code in Theme Options > Theme custom CSS:
.single-product .prefooter {
display: none;
}
Regards
Well, I would expect to know that but is there no theme specific method so that it does not even load in the DOM?
No, there is no such option.
Sorry, but additional customization in files is outside the scope of our basic support.
Regards
You must be logged in to reply to this topic.Log in/Sign up