aharon 0 Report post Posted March 22, 2011 Hey there, I have the .mcolumn-pad formatted in CSS for my site, but I need it to be a little different for one page. Here's the page I need different: http://stg.empowermm.com/our-news/ I'm not sure how to specify a page to modify that css only. Any help would be great. Thanks! Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 23, 2011 Just add the page id in front of the code and beneath your main `.mcolumn-pad` CSS. So it'll look like: `.page-id-123 .mcolumn-pad{}` ID's are found in the `http://www.pagelines.com/docs/changing-colors-fonts Thanks, Bryan Share this post Link to post Share on other sites
aharon 0 Report post Posted March 23, 2011 Thanks Bryan, This page is the blog part of my site where all my posts live. So I'm thinking it doesn't have a page id? Share this post Link to post Share on other sites
aharon 0 Report post Posted March 23, 2011 I think I figured it out. .blog .mcolumn-pad {} Share this post Link to post Share on other sites
Andrew 207 Report post Posted March 23, 2011 Glad you got it Chris, thanks for the answer. Share this post Link to post Share on other sites