Jump to content
Sign in to follow this  
aharon

Changing .mcolumn-pad on a specific page

Recommended Posts

aharon

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

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

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

I think I figured it out.

.blog .mcolumn-pad {}

Share this post


Link to post
Share on other sites
Andrew

Glad you got it Chris, thanks for the answer.

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  

×