Hallo! I´ve changed all the transparencies in mi site with the wich css code you posted but it doesnt work in the white boxe of the homepage. Hoy can I do it? Thank you so much in advance.
Create transparency in white content boxes in home.
4 posts from 2 voices-
Posted 2 months ago #
-
Hi Miguelbarrero,
We'll need to take a look at your site live to see what you have now and what other css is needed.
Regards,
Devin
Posted 2 months ago # -
Here the site. Thank you so much for your help.
Posted 2 months ago # -
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.home .entry-content .box { opacity: .7; /* Delete this line if you are using rgba for transparency */ background: rgba(255, 255, 255, 0.7); /*Delete this line if you want to use opacity for transparency */ }Regards,
Devin
Posted 2 months ago #
Reply
You must log in to post.














