• Can anyone tell me how I can add a nice graphic (which I have already created) behind the widgets on my sidebar. I just really want my widgets to pop out…i.e. my facebook widget. I am just not quite sure what code I need and where to put it in order to layer the widget on top the graphic.

    My website is: https://www.the-dropshow.com

    Please Help!!!!!! Thanx

Viewing 1 replies (of 1 total)
  • Have you looked at using a CSS background-image? Maybe something like this:

    li#text-2.widget { /* Facebook Text Widget */
      background-image: transparent url(images/your-image-file);
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Graphic Behind Widget’ is closed to new replies.