• georgeobriensblog.com

    I am wondering is there a way to adjust the box that my “follow me” sidebar widget can be adjusted so that there is no border or background like my other sidebars? I am fairly new to this so I don’t know if I am saying this right or if I am posting this in the right place. Thank you for any help and I will be keeping tabs on this for awhile if you need a better description. I have added my blog at the top if that helps. Thanks

    G

Viewing 1 replies (of 1 total)
  • This isn’t too hard to do: we just have to make a few changes to style.css in the childofTwentyTen theme folder.

    Browse to wp-content/themes/childofTwentyTen/ and open style.css. Scroll all the way to the bottom, hit enter to create a new line, then copy + paste this code:

    #sw-subscribe-widget-3 {
        border:none;
    }

    That will do the trick.

Viewing 1 replies (of 1 total)
  • The topic ‘Best way to adjust a widget area…’ is closed to new replies.