• Resolved wayne7941

    (@wayne7941)


    I’ve read several threads with the same issue, but none of them seems to work for my site. How do I change the background color of the footer widget area? Not the footer on the very bottom or the full-length footer, but the footer where the 1-4 widgets go??

    Theme is Hueman, site is https://www.trisef.com

    Thanks for your help.

Viewing 10 replies - 1 through 10 (of 10 total)
  • add this to your css

    #footer-widgets {
    background: #000;
    }

    this will give you black background, if you want any other color just change #000 to hex code you wish

    Thread Starter wayne7941

    (@wayne7941)

    Thank you @sweetdreams16, but that did not work for me. I have no idea why…?! I tried everything in the the other threads, but to no avail.

    are you using child theme ?

    Thread Starter wayne7941

    (@wayne7941)

    Yes, I am using a child theme.

    I’ve just tried on localhost to edit the footer widgets area. Download Simple Custom Css plugin , install it and activate it. Then go to Appearance > Custom CSS and there you add next:

    #footer-widgets {
    background: #000;
    }

    It works like a charm on my localhost.

    Thread Starter wayne7941

    (@wayne7941)

    Still doesn’t work for me. Doesn’t work for the full-length widget either. Maybe I have a plugin/setting on my site that’s preventing it.

    It doesn’t work in your CSS plugin because you’re missing a closing bracket before your .tag-links class:

    .input-text{width:auto;height:auto;.tag-links { display: none;}#footer-widgets{background:#33363b;}

    Also, if you’re using a child theme you don’t need a separate CSS plugin. You can load all you custom CSS in the child theme style.css file.

    Thread Starter wayne7941

    (@wayne7941)

    Wow, it worked! You’re amazing, @bdbrown! Thank you for finding that!

    You’re welcome; glad to help.

    bdbrown

    (@bdbrown)

    @savlock99 – Actually, on second thought, you’re using a commercial theme so you need to contact the theme vendor:
    https://nootheme.com/forums/

    Forum volunteers are not given access to commercial products, so they would not know about the theme functionality or configuration. The vendors are the best resource for support of commercial products.

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