Newspaper Theme Footer Displaying Number of Articles in Each Category

Posted in: Newspaper
Post count: 4

Hello,

How do I delete the option to display a number of articles that are shown next to each category in the footer menu? I do not see any options when I look at “footer menu”

Thank you

Post count: 35449

Hi,

I do not quite understand what category in the footer menu are you referring, if is this -> https://www.screencast.com/t/E8DZnMXywB then you remove the numbers only using custom css like this -> https://www.screencast.com/t/clbL3wPB
.td-footer-wrapper .td-cat-no{
display: none;
}

If is not this what you mean, please provide some more details and some screenshots.

Thank you!

Post count: 4

Thank you that is exactly what I was talking about (1st example). It worked.

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