Can someone please tell me how I make the white inside the centre of my site about 50% opacity?
Really appreciate anyones help, site is
Can someone please tell me how I make the white inside the centre of my site about 50% opacity?
Really appreciate anyones help, site is
Hi @danielkemish,
Thank you for reaching out to us. To make the white centered background semi transparent just add the following code in the Theme Options > CSS:
.entry-wrap {
background-color: rgba(255,255,255,0.5);
}
Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
Thanks a lot, I have figured it out another way but now having issues with my site not being mobile friendly but ill figure it out, must be a setting somewhere, haha
You’re welcome, Daniel. Feel free to create another thread if you have other issues.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.