Remove large gray number in background on products page
- The topic ‘Remove large gray number in background on products page’ is closed to new replies.
Need help? Check out our Support site, then
On my websites product page there is a big “2” in the background. How do I remove that?
Here is a link to my website with an example: https://www.funkyragz.com/product/ladies-lightweight-long-sleeve-hooded-shirt/
The blog I need help with is: (visible only to logged in users)
Hi,
You might use a custom CSS to hide that:
.single .entry-content::before {
display: none;
}
Give it a try and let me know how it went.
Alin
Pixelgrade
You’re Awesome, it worked. Thanks!
Hi,
I’m glad I could help! :)
Cheers,
Alin
Pixelgrade