#container_top1_modules {
background-color: rgba(0,126,140, 1);
}
I'd like to reuse the top-1 module on a different page with a black background. How do I write the coding for CSS and Module suffix box?
CSS?
.blackbackground {
background-color: #000000;
}
Module suffix box
.blackbackground (I put a couple of spaces before inserting this and nothing has changed.)
Any help would be appreciated.
Thanks,
Peggy