• Resolved andkobe

    (@andkobe)


    Hi All,

    I’m trying to change the background color for one single widget.

    The widget for which I want to change the background color has the follow

    • tag around it.
    • <li id=”text-14″ class=”widget widget_text”>

      I know that there is some way that I can use the id (text-14) in my styles.css file, but I’ve tried several different ways and can’t get it to work.

      Here is a snippet of css that is currently making the background of all widgets white.

      #sidebar .widget {
      background: #FFFFFF url(images/sidebartop.gif) top no-repeat;
      float: left;
      width: 300px;
      margin: 0px 0px 10px 0px;
      padding: 9px;
      border: 1px solid #DDDDDD;
      }

      Any help would be MUCH appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Background Color for Single Widget’ is closed to new replies.