How to hide the "latest" button on page

Posted in: Newspaper
Post count: 12

How can i hide the “latest” button on the pages?
I mean the button that give you the choice of reading the latest posts, the most popular, random, featured, ….

Thx for helping me out.

greetz

Post count: 23312

Hello Liefwin,

Please try the following code and place it in Theme panel->Custom CSS area.

The code is ->

.td-pulldown-filter-list li:first-child {
display:none;
}

The result you should see here -> http://screencast.com/t/I4iA0Dnpo

Hope this helps!

Thanks.

Post count: 12

Hello Catalin,

thx for your reply, but it is not working.
here the screenshots, maybe i need to fix something else

screenshot with the button to hide = http://www.screencast.com/t/LAVpDBiX
screenshot with the settings i’ve put as you told me = http://www.screencast.com/t/FgyWzu1m

hope you can help

thanks

Post count: 23312

Hello Liefwin,

If you want to get rid this option from category page, please try to remove from the code according to this screesnshot, like this -> http://screencast.com/t/c5pOrPhxvyFX You have to comment out or remove this snippet of the code in order to achieve as you wish.

Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.