web_projectsmaccom 0 Report post Posted March 19, 2011 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 0 Report post Posted March 19, 2011 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 6 Report post Posted March 19, 2011 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 0 Report post Posted March 19, 2011 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 0 Report post Posted March 19, 2011 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
catrina 103 Report post Posted March 20, 2011 You'll need to change this: body.fixed_width{ background-color:#444;} Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites