This topic has 2 replies, 2 voices, and was last updated 9 years ago ago by Robert Hall
Hello, I have some questions:
1. In the Product page layout, how can I hide or delete the gray bar over the product picture (on hover, the bar with the heart and the magnifying glass)?
2. How can I delete the “WooPress” logo? I wont use my own logo, but when I delete it from “Theme Options” appears the woopress logo.
Thank you!
Hello,
1) Please use this code in Global Custom CSS
.footer-product{
display:none;
}
2) As I see you’re already added your own logo. http://prntscr.com/8yx5u1
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up