Remove drop down menu category pages

Posted in: Newspaper
Post count: 73

Hi,

I don’t find any way of removing the drop down menu that appear on category pages (where you can sort by: “Latest”, “Featured posts”, “Most popular”, etc.). In the “Categories” section in the Theme panal I can move it around by changing the header, but not actually remove it.

Any suggestions?

Kind regards
Lars

Post count: 23312

Hello Larshell,

The simplest way is to hide this feature with a bit of CSS. Pleae try the code below and add it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/b97vnwhGQ -> http://screencast.com/t/hxDJR5jcQYSY

.td-category-pulldown-filter {
display:none;
}

If you want to remove it, you have to alter the code like this -> http://screencast.com/t/LwBm9JnALRn

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 73

Thanks! That worked perfectly.

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