Hi,
I want my blog to have this background color so it looks like this site:
http://theslow.id/
What code do I need to add?
Thanks
Charlotte
Hey Charlotte :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.blog .container_wrap {
background-color: #d7e5d4;
}
Best regards,
Yigit
Thanks Yigit :)