ThemeShaper Forums » Thematic

[closed]

Change Widget Background and Text Colors

(3 posts)
  • Started 12 years ago by cpbsm
  • Latest reply from cpbsm
  • This topic is not resolved
  1. cpbsm
    Member

    How do I edit the appearance of widgets? I'm not talking widget areas but the actual widgets themselves. I'd like to have each of my widgets to have a different background color.

    This is the url of the site I'm working on: http://stage.brazilstation.com. There are 2 widgets on the right, 3 on the left and 3 at the bottom.

    Thanks for reading!

    Posted 12 years ago #
  2. When you add the widgets to the widget areas, they will create unique classes. You then want to target the classes with CSS.


    <li id="testimonials-5" class="widgetcontainer widget_testimonials">

    So in style.css, it is very easy, you just need to locate the unique classes (like .widget_testimonials).


    .widget_testimonials { background: #ccc; }

    Posted 12 years ago #
  3. cpbsm
    Member

    Thank you! I am going to give this a try. Thanks again!

    Posted 12 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.