Okay
  Public Ticket #2839134
Change size of logo
Closed

Comments

  • ameliachoucane started the conversation

    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

  •  2,961
    Andrew replied

    Hi there,

    The following CSS might help.

    body.page-id-6138 .row-bg.using-bg-color {
        background-color: #696969 !important;
    }
    

    Regards,