SideBar Test BG
-
Is there a way to Add a bg just only behind the title of the widget? I tryed it but it did not go all the way across?Is there another way to do it?
The blog I need help with is: (visible only to logged in users)
-
-
I changed the background color to red just for demo purposes. The negative left and right margins lengthen the background color area to touch the lighter green borders and the padding-left moves the text to the right slightly so it is in the same location relative to the rest of the sidebar content.
.sidebar ul li h2, .obar ul li h2 {
background: none repeat scroll 0 0 red;
margin-left: -10px;
margin-right: -14px;
padding-left: 10px;
} -
-
- The topic ‘SideBar Test BG’ is closed to new replies.