Archived topic
background color
3 replies · Started by Volodymyr on January 2, 2020
Viewing posts 1–4 of 4
Hello, how can I add this option for only one page?
Colors > Content > background
I need the background content only on the home page to be transparent. Tried adding this to styles, but not working
.page-id-85 .inside-page-header
{
background-color: rgba(255,255,255,0.5)
}
Hi there,
Try this:
body.page-id-85.separate-containers .inside-article {
background-color: transparent;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks It works
No problem :)
This archived topic is closed to new replies.