Forums

Widgets in my Background (3 posts)

  1. Zaimejs
    Member
    Posted 10 months ago #

    I just started using Widgets to customize my sidebar. My site was set up by someone else who created the theme, so I'm a bit in the dark as to what's going on under the hood.

    I was able to drag items into the sidebar and customize them... however the word "Widget" appears in the background behind each item in the sidebar of my site. It's like it is supposed to be this cool looking shadow, but why the word "Widget?"

    You can see what I mean here: http://www.finelines.org

    My question is.... how do I get rid of this word appearing in the background? I'm not sure why it shows up.

    Any help is appreciated. I'm new at this.

  2. jomsky
    Member
    Posted 10 months ago #

    Around line 204 of your style.css file a background image is set for your widgets. The background image has the text "Widget".

    li.widget {background: url('images/bg/sidebar/widget.jpg') no-repeat left top;}

    Either remove that or use another background image instead.

  3. Zaimejs
    Member
    Posted 9 months ago #

    That worked! Thanks!

Reply

You must log in to post.

About this Topic