Jump to content
Sign in to follow this  
ajsonnick

Background Color Changing & Top Header Text Question

Recommended Posts

ajsonnick

On this URL, http://yesicanseminars.com/?page_id=62, How can I change the MIDDLE CONTENT background color to white? Meaning where it says Programs/Services ... .feel better, look better... ETC. Also, where it says "PROGRAMS/SERVICES" How can I get that to go away as I just want to use the image that is shown? THANK YOU SOOOO SO MUCH!! I'm new to page lines.. trying to figure it out! Thanks, aj

Share this post


Link to post
Share on other sites
Danny
Hi AJ, 1. Add this CSS to your custom CSS and it will change the color of the content area to white. [code]#content .content { background: white; }[/code] 2. Login to your Wordpress Admin Dashboard > PageLines > Site Options > Website Setup, then scroll down until you see an option called "Page Titles" simply uncheck and save settings. Refresh your website and the page title "Programs/Services" will no longer be visible.

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
ajsonnick
WOW ! Thank you so much!!!! You were a huge help. In regards to this --#content .content { background: white; } -- It also changed my sidebar background. any way for just the middle to change? Thanks again for everything!! And for your fast reply!

Share this post


Link to post
Share on other sites
Rob
Replace Danny's excellent suggestion with: [code].two-sidebar-center #pagelines_content #column-wrap { background-color: white; width: 78.1818%; }[/code]

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
ajsonnick
You guys are the best! Thanks again so much for everything!!!

Share this post


Link to post
Share on other sites
ajsonnick
Rangelone, I just noticed that this CSS code worked great on my homepage but on my other pages for example (http://yesicanseminars.com/?cat=7) they are all that beige background color (which I only want on my sidebars).. Again, sorry to be a bother... I feel so bad! Thanks, aj

Share this post


Link to post
Share on other sites
batman
Try with this [code].one-sidebar-right #column-main .mcolumn-pad, .two-sidebar-right #column-main .mcolumn-pad { background-color: white; }[/code] and [code].hentry-pad { background-color: white; }[/code] For the other pages ;)

Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
ajsonnick
you're awesome -- thank you so very much!

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  

×