Jump to content
Sign in to follow this  
web_projectsmaccom

A few questions

Recommended Posts

web_projectsmaccom

I need some help with PlatformPro 1. How to change the background color of the page (not the content area) when using fix width layout? I looked at the CSS but could not find it. Currently then color is set to #4444 2. How to make the category pages to show full-width posts rather than 1/2 width posts? I want the category pages to show the same format as I have for the home page in which I am showing 4 full-width posts Thanks, -- Jossi

Share this post


Link to post
Share on other sites
web_projectsmaccom

Also: I want to remove the "Post Footer Social Links" completely where do I do that? For another client, I need to add a mailto icon. Where can I add that option?

Share this post


Link to post
Share on other sites
kastelic

1. If your using CSS target

body #page

. 2. In Layout Editor set your "default layout" to full-width (the one on the left) and then individually set any pages that previously had a sidebar as a sidebar layout. 3.In Template Setup -> Single Post Content Area drag out the sharing box. 4. Can you be more specific. Read up on child themeing and using hooks which allow you to place any code in on of dozens of different places in your pages: http://www.pagelines.com/docs/base-child-theme

Share this post


Link to post
Share on other sites
web_projectsmaccom

Thanks Jimmy 1. body #page changes the content area background. What I need is to change the background color of the border that shows when using fixed-width layout. 2. Thanks. That works 3. I do not see a sharing box there. I only see "Content area" and "MoreFoot Sidebars"

Share this post


Link to post
Share on other sites
web_projectsmaccom

I managed to set the background color by overriding in base.css

#site { background-color:#D6D6D6;}

but I still see a small bar at the top of the page with the original #444 color. Any ideas? See http://2heal.org.s112318.gridserver.com/

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  

×