custom css for background transparency
-
Hello… hoping to get some help as I’ve been reading some documentation on how to write the custom css for the site https://www.vivianadaya.com which uses Responsive theme.
It seems content background div is” wrapper” in this theme.My knowledge of css is quite limited and I can’t get the result I desire which is the below color with the transparency. I inserted a fallback color for old IE browsers but I get a white content backround instead of a transparent one. can someone please tell me what is wrong in the below syntax.
.wrapper {
color: rgb (229, 190, 135);}/* The Fallback */
color: rgba(229, 190, 135, 0.1); }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘custom css for background transparency’ is closed to new replies.