Thread Starter
Louisv
(@louisv)
I don’t know if this is the correct way, but it worked, I added this to Custom CSS:
#footer {
background-color: rgba(39, 39, 39, 0.7);
}
The first 3 values is the color and the last value(0.7) is the transparency level.
Hi @louisv,
I recommend you to make this change in child theme. You can read this tutorial http://docs.themeisle.com/article/14-how-to-create-a-child-theme that can help you.
And then you add your new code in child theme. In this way, you are safe for the next updates for Zerif Theme.
Best regards,
Madalin