Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #62474
    effess
    Participant

    Catch Kathmandu Pro: The widgets we put in the Main Sidebar are styled with a border (#secondary .widget). Is it possible to remove the border ONLY around the search widget? Thanks.

    #62692
    Sakin
    Keymaster

    @effess: Yes, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #secondary .widget.widget_search {
        border: none;
        box-shadow: none;
    }
    #62696
    effess
    Participant

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘custom styling for one sidebar widget?’ is closed to new replies.