• Hi, I am wanting to change the background colour for the widgets near the footer
    (all the grey part).
    I tried looking up codes to put on the Additional CSS but nothing was working.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author spiraclethemes

    (@spiraclethemes)

    Hi @nicoleleigh

    Thanks for reaching out
    Try the CSS below

    footer#footer .footer-widgets-wrapper {
    background: #F7EEDC;
    }

    I have added a random hex color code, you can choose your own.
    This code works for the background color, Are you looking for the widget’s background?

    Best Regards

    Thread Starter NicoleLeigh

    (@nicoleleigh)

    Thank you! That CSS worked, exactly what I needed!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change widget background’ is closed to new replies.