Comments ameliachoucane started the conversationAugust 1, 2021 at 9:37amHi How do I edit the change of colour of my background? The page is amelias.blog/midwifery I added this code to the customising additional CSS and it doesn't change anything: html body.single { background-color:#696969!important;} Thanks for your help 2,961Andrew repliedAugust 2, 2021 at 5:40amHi there,The following CSS might help. body.page-id-6138 .row-bg.using-bg-color { background-color: #696969 !important; } Regards, Sign in to reply ...
Hi
How do I edit the change of colour of my background? The page is amelias.blog/midwifery
I added this code to the customising additional CSS and it doesn't change anything:
html body.single {
background-color:#696969!important;
}
Thanks for your help
Hi there,
The following CSS might help.
Regards,