Accessing custom pages
- The topic ‘Accessing custom pages’ is closed to new replies.
Need help? Check out our Support site, then
So we can access CSS layout with .masthead of a main page and .mashead .menu for some classes in the main class.
How can we access the custom pages on CSS. I want to get rid of featured pictures on custom pages by pulling down the menu and pulling up the body text by using margins.
The blog I need help with is: (visible only to logged in users)
Hi there – I’m not entirely sure what you want to do. Do you mean hiding the featured posts at the top of pages?
If so then all you need to do is add:
.page .showcase {
display:none;
}