This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
I set in the general options the main content color to transparent for but for some reason, I still get a colored background (whatever color is selected before selecting transparent) for all the items and rows on my page.
How can I change the opacity of the background of the text box without affecting the text?
Hello,
Could you, please, provide screenshot of your problem and screenshot of Styling > Content section of your theme options?
Or would be better if you can provide temporary admin panel access.
Regards
How do I send you screen shots?
Hello,
You can use Lightshot screenshot extension to make a screenshot and provide me the link.
To make site background color transparen go to Theme Options > Styling > Custom CSS and add the following code
.page-wrapper {
background-color: transparent;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up