Jump to content
Sign in to follow this  
awnold

Removing the header area from a widget

Recommended Posts

awnold

newbie to css I am trying to remove the header area on top of my text widget on the right hand side. This header area, although it contains no text at the moment, is still pushing the widget down too much and I would like to get it to get it close to lining up with the video. http://newportbeachuc.com/wp/test/ I referenced this post, and unfortunately im too much of a newbie to make it work. http://www.pagelines.com/forum/topic.php?id=6658 i am entering the following line into base.css

#text-3 .widget-title, text-3 #sidebar1 h3{display:none}

im simply referencing the other post and hacking away, with no luck, can someone explain quickly how to remove the header area on widgets, because I am sure this is not the last time I will need it.. Thanks, love the theme! Matt

Share this post


Link to post
Share on other sites
makeylon

Add the following to Custom CSS in your settings: .scolumn-pad { padding: 0.5em 0.7em; } Then, change the 0.5 to get the exact spacing that you want.

Share this post


Link to post
Share on other sites
awnold

simple and effective. I wanted to remove the little grey bar, but im gonna try and tackle this one myself, thank you!

Share this post


Link to post
Share on other sites
awnold

This worked for me as well to knock the header off.

#text-3 .widget-title, #text-3 #widget_text h3{display:none}

thanks!!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×