- This topic has 2 replies, 2 voices, and was last updated 9 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eStore – want to change background opacity / transparency
Hi, I want to change background opacity / transparency of the eStore fancy displays background (currently white) to allow part of the wordpress background image to come through:
[https://www.videogamesjapan.com/systems-consoles-hardware-handhelds/]
[https://www.videogamesjapan.com/product-showcase/]
Have tried using the customCSS olugin and adding various transparency and opacity to Fancy10 to no avail. They just stay white
Can someone help me target the right div? Please : )
Grammatis
It is already showing the background of your post/page body.
If you use the following custom CSS, it will make sure that the fancy display is not showing any background:
.eStore-fancy-wrapper{
background: none !important;
}
Haha yes it is because I was up all night working with classes and DIVS in my Custom CSS. Got it all working though as you can see. Thanks for your time anyway. Happy New Year to all!