I just want the homepage as a timeline in itself without any links or menus. I am aware I will have to create the posts but I only want them showing up on the homepage. Thanks in advance!
1 Answers
Hi,
To resolve this issue, you can add the following code to the style.css file:
.admin-bar .navbar-toggle { display: none; }
.hentry .entry-title { pointer-events: none; }
.hentry .more-link { display: none; }
.hentry .entry-thumbnail img { pointer-events: none; }
Hope this helps !
Thanks very much! Worked perfectly 🙂
Please login or Register to submit your answer
replied 10 years ago
Please tell me detail about this issue, you can provide a screenshot about the positions that you want to remove. Regards,
replied 10 years ago
Hi Dominic, I need to remove the small menu icon in the top left corner as I don’t need to use the sidebar. Plus, on each of the timeline posts on the homepage, at the moment, each of the post headers links through to the respective post page. I don’t want them to link to the actual posts. I just need the site as one page (i.e. the timeline). Can you help?