widget background

Homepage Community Forums Epik Theme Support widget background

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9994
    theapril
    Customer

      Does anyone know how to change the background color of the sidebar widgets to make it different from the the background/content area?

      http://www.sugarfivedesign.com/

      I’d like the full background of the site to be the same color as the header, but I’d like the background of the sidebar widgets to stay light gray.

      Any thoughts?

      #9998
      serenae
      Customer

        You should be able to do that with the following code:

        .home .site-inner {
            background-color: #396B72;
        }
        
        .sidebar .widget {
            background-color: #F2F2F2;
            border-bottom: none;
            padding: 1.875rem;
        }
        #10001
        theapril
        Customer

          Perfect! Thanks!

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