• I am very new to Word Press so please bear with me for my ignorance.

    I like to change the background color in my footer. Is there an easy way of going about this without having to enter complicated code? My website is https://www.theiceni.co.uk

    Thanks.

Viewing 1 replies (of 1 total)
  • Hey Lisa,

    Unfortunately, there’s no easy way to do it without a bit of code but rest assured, it is pretty easy to do. I’ll guide you through the steps:

    1. Download and activate the Advanced CSS Editor plugin.

    2. Navigate to Appearance -> Customize -> Advanced CSS Editor from your WordPress dashboard and paste the following code into the global CSS field:

    .site-footer .sidebar-container{
        background-color: #bee;
    }

    Feel free to change the HEX code “#bee” as per your needs. Let us know if you get stuck anywhere ??

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to change Footer Background Color’ is closed to new replies.