• Dear people,

    Changing the background of a single widget, must be simple I guessed! NOT.
    I’ve already tried to change:

    .widget-area {
    	background-color: #b04225;
    
    }

    and

    .widget-area .widget {
    	background-color: #b04225;
    }

    Both offcourse in style.css
    Both will not work. The widgets and everything stay the same color as the complete sidebar. I use the Twenty Twelve theme (https://www.fransvandervleuten.nl)

    What do I do wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    Thread Starter FCJvanderVleuten

    (@fcjvandervleuten)

    That’s what I did…. Firebug guides me to the css elements above. (.widget-area and .widget). Unfortunately the colour is not changing. Maybe there are other things that have influence on this element.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I cannot change the bg color of something simple as a widget’ is closed to new replies.