Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12252
    iceman027
    Participant

    Hello,

    I have added a search box widget in the header right sidebar, and need to get rid of the outline color and it change it to the background color of the site.

    http://gmuhoops.co/

    How can I do this?

    Thanks

    #12270
    Sakin
    Keymaster

    @iceman027: I see that you have added background color for your widget in you Custom CSS box twice. I see the following CSS. Why did you added 2 times.

    .widget {
       background-color : #004000;
    }
    .widget {
       background-color: #004000;
       color: #e0b303;
    }

    For search box at header right background. You can add the following css.

    #sidebar-header-right .widget_search {
        background-color: #e0b303;
    }
    #12272
    iceman027
    Participant

    Thanks so much!

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