Hi, I’m working in new test site
http://coronatolive.com/#about-us
I like to have the text of “About us” section with a background in color X, opacity of X% and text color X.
Can you send me the css customization?
Thanks so much!!
Xavier.
Hey xpoveda!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
div#about-us .container {
background-color: rgba(0,255,0,0.3);
padding: 10px;
color: white;
}
0,255,0 is RGB value of the color and 0.3 is opacity level
Cheers!
Yigit
Perfect!!!
Xavier.