• 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Thread Starter Zaimejs

    (@zaimejs)

    That worked! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Widgets in my Background’ is closed to new replies.