If I want to remove the menu from one page, i.e. my home page and just have images (which a user can click to take them inside the site), how can I remove the menu just from the landing/home page?
Just visited your site and I see that you have to different pages as landing page and home. In the custom css of the theme options. Add the following code to remove the menu from landing page. .page-id-807 #access { display: none; }
Add the following code to remove the menu from home page. .home #access { display: none; }
You can add the both above code to remove the menu from both pages.
Wonderful!
On the landing page, I want to:
1) remove the ‘header’ also – what is the custom css to do this?
2) remove the social media icons on the bottom – I select No Sidebar, but they still appear?
Hi, You can try the following css.
1. .page-id-807 #branding { display: none; }
2. I could not see the footer part on your site include the social media icons. Did you change anything? If this is some issue that you are facing, try re installing the theme and see if this helps.