This topic has 6 replies, 2 voices, and was last updated 3 years, 10 months ago ago by Rose Tyler
Hi, I would like to hide the footer from my product page, how can i do that?
I have the organic cosmetic theme.
Thank you
Hello,
Try to add the next code in Theme Options > Theme custom CSS:
.single-product .et-footers-wrapper {
display: none;
}
Regards
Do i copy/paste that anywhere in the theme custom CSS?
Yes, just copy this code and paste it in Theme Options > Theme custom CSS > Global custom CSS, at the bottom of the code that exists there.
Let us know the result.
Regards
Thank you so much, it worked! thanks
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up