Kirsty Ainsworth
asked 9 years ago

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!

Dominic Staff
replied 9 years ago

Please tell me detail about this issue, you can provide a screenshot about the positions that you want to remove. Regards,

Kirsty Ainsworth
replied 9 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?

1 Answers
DominicStaff
answered 9 years ago

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 !

Kirsty Ainsworth
replied 9 years ago

Thanks very much! Worked perfectly 🙂

Powered by DW Question & Answer Pro