Hello,
I assume you are talking about the latest article module pagination (bottom of the page).
You can hide it like so:
.home .page-nav{
display:none!important
}
(‘page-nav’ and ‘td-pb-padding-side’ are 2 different classes so if you want to use both you can use your code like so:
.home .page-nav.td-pb-padding-side {
display: none;
}
No spacde between the 2 classes because they apply to the same element.
I hope this helps.
Thanks.
Hello,
Please provide an example of what you mean as the standard pagination on the homepage looks like so: http://screencast.com/t/pUCCgWzc but this is the latest articles pagination. You could be talking about a block pagination. Please provide more details.
Thank you!
Hello,
Unfortunately that does not come from our theme, Maybe you had a plugin installed to do that. We have no such pagination on the homepage. If you are unsure of theme specific elements, always refer to the online demo: http://demo.tagdiv.com/newspaper/
Thank you!
Hello Luke,
In order to have pagination on the homepage, you need to use a block and add pagination to it. You cannot add pagination between blocks. You can set it up from here: http://screencast.com/t/9SSdbvizcdPz or you can use the latest articles module like so: http://screencast.com/t/x3f3Xbsc
I hope this helps.