Add background color to section
What's the best way to add a background color to a section on a page?
backgroundcolor: rgba(255,255,255,0.6);
Where would I insert this?
I tried adding to the custom css.
#works {
background-color: rgba(255,255,255,0.6);
}
Then put works in the custom | classes field for the section.
Comments
background colors can be set per section item. Please just edit section where you can set background color.