Jump to content

Recommended Posts

Posted (edited)

http://tinyurl.com/398qr3c

 

I need a new set of eyes to take a look at this. I've been trying to fix this since yesterday and I can't get it.

 

I need to remove the background from the search widget. Because it's in the sidebar, it's showing that background. I only need to have the 1px border that is around the whole widget.

 

The background is coming from this:

 

#sidebar .widget-wrap {
background: url(images/sidebar-bg.png) repeat-y;
}

 

And I wrote this to try to get rid of it:

 

#sidebar .widget_search {
border: 1px solid #27007e;
background: none;
padding-bottom: 10px;
}

 

What am I missing?

 

(P.S. I know I have some issues to sort out in IE. This is a work in progress. :) )

Edited by Susie

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...