Tagged: footer color
Hi, I was curious how to have the footer for my blog posts use an alternative color. I see in the “General Styling” that there is an alternative option for the footer color, I just don’t know how to apply this to blog posts.
Hey Snerp,
Thanks for contacting us!
Alternate option there is not for footer background color but for the background color of the elements.
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.single-post #footer {
background-color: #000;
}
If that does not help, please post a screenshot showing the changes you would like to make and a link to your website so we can provide you an accurate solution :)
Best regards,
Yigit
Perfect! Exactly what I was needing…thank you.