Tagged: color section, parallax, text
Is there any way to put a color section with a parallax picture with a text box that is slightly transparent?
Hi Jcochran904!
Please add give your color section element a unique id ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id div.avia_textblock {
background: rgba(255,255,255,0.5);
padding: 10px;
}
Best regards,
Yigit
Hey!
If you do not mind creating a temporary admin login and posting it here privately, we can gladly look into it for you
Cheers!
Yigit
Hey!
Please review your website now. I thought you would use Text Block element, i changed the custom CSS code a bit at the bottom of Quick CSS field and now it does work fine. in the code 255,255,255 is the RGB value of the color and 0.5 is opacity level which you can adjust between 0-1.
Best regards,
Yigit