1 replies
  • WEB DESIGN
  • |
can someone tell me how to do this please:

on my site the widget background is solid blue. i would like so that the backround is white instread, but with that blue as the widget border.

site is: http://www.wedding-jokes.com
#sidebar #widget #wordpress
  • Profile picture of the author lovenot
    I see that you're using wordpress. Do you know how to access the theme stylesheet?
    1. Login to wp-admin.
    2. Go to Appearance -> Editor
    3. Locate Style.css

    Modify the css.

    Add border to sidebar like this:
    #sidebar{1px solid black !important;}

    And to make background white or transparent:
    #sidebar ul{background:none !important;}
    {{ DiscussionBoard.errors[4660461].message }}

Trending Topics