Hi Enfold!
I’m trying to add a special background color to a specific section in my Grid Row. I know that you can define a color in the options for the section but I need some opacity as well which requires CSS.
I’ve enabled Custom CSS fields for all elements and I’ve named the section “for” and added this to my Quick CSS:
.for {
background-color:rgba(22, 191, 10, 0.1);
}
But nothing happens! What am I doing wrong? I’m still a rookie in CSS so there is probably a mistake somewhere. :-)
Thanks in advance!
Hi Blaahval!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard,
I made it work. I didn’t realize you could input rgba colors directly into the Enfold Editor so there was no need for CSS after all. :-)
Kind regards,
Brian