Footer Color To Opaque
-
How can I change the opaqueness of the footer in FREAK theme ?
Tried this in style.css:
#footer{
background: rgba(255, 255, 255, 0.4);
}And this:
#footer {
/* Fallback for browsers that do not support rgba */
background-color: rgb(255, 218, 153);
/* Transparency for rgba browsers */
background-color: rgba(255, 218, 153, 0.6);
}I added to child and parent theme with no success.
Made no difference even when setting the opaqueness
Thanks for your advice.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Footer Color To Opaque’ is closed to new replies.