Hi,
How do I change the background color for just one page? same for fonts?
I tried this css from other threads, but no luck
#top.page-id-1088 {
background-color: #000 !important;
}
thanks
Hey xuamox,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top.page-id-1088 #main .container_wrap:first-child {
background: #000!important;
}
Best regards,
Vinay
Thanks that did the trick
Hi,
Glad it’s fixed :)
Best regards,
Nikko