Jump to content
Sign in to follow this  
xabre

How to create a Highlight Page - Fullwidth format with no content

Recommended Posts

xabre

I am using the Highlight Fullwidth template to create a page where I'd like to see ONLY the highlight section plus some feature boxes. I have already added the feature boxes code to the template_fullwidth.php file so the feature boxes are working fine. However, I don't want the normal page content "box". It's currently appearing below the feature boxes. How do I remove this? Is there some code I can remove from a php file? I am okay with a global change for any page that uses the Highlight Fullwidth template. Thanks for any advice! p.s. this is for iBlogPro4 but I assume the answer is the same across all themes

Share this post


Link to post
Share on other sites
cmunns

I would use CSS instead of deleting stuff from the template files. You can use the page_ID and use this css: `.page-id-xx #content {display:none;}` To find the page-id you can view the source and look for classes assigned to the body

Share this post


Link to post
Share on other sites
xabre

Added to custom code and it works great. Thanks!!

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  

×