Hello,
I would like to change the background color in #225567 of the following (predefined) pages:
https://dolophout.nl/nieuws/
I tried:
.theme-block.theme-blog.theme-bg-grey {
background-color: #225567 !important;
}
Contact
I tried:
.page-template-contact-one .theme-block.theme-bg-grey, .page-template-contact-two .theme-block.theme-bg-grey {
background-color: #225567 !important;
}
but both do not work yet.