Changing the elements in the category drop-down box

Posted in: Newspaper
Post count: 6

Hi Guys

I do not use Review Scores. Is it possible to remove this from the category drop down box as it just gives an error when people click on it

Post count: 35449

Hi,

In order to do that you need to use a custom css, please go in Newspaper> Theme panel> Custom code> Custom css and past the code:

.td-category-header .td-pulldown-filter-list li:nth-child(5) {
display:none;
}

See results: https://www.screencast.com/t/5Qj8hiZIaYv

Thanks.

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