Categories showing on mobile for each category page

Posted in: Newspaper
Post count: 15

Hello,

If you look at this page on mobile: https://businessbolts.com/marketing

It has all the category labels displayed at the top. It’s not doing this for the non-mobile site. I do have the special mobile feature enabled. I don’t want the categories to display like this. Although I’ve spent a fair amount of time looking for a way to shut it off, I can’t seem to find it. Please let me know how to turn this off.

Thanks,

Lisa

Post count: 35449

Hi,

If I understand correctly you want to hide those categories -> https://www.screencast.com/t/gUMl9X40M if is so please add this custom css in Newspaper>theme panel>Mobile theme > Custom code> css
-> https://www.screencast.com/t/A8CN8wTOVJg
.td-category-header .td-category {
display: none;
}

Thanks.

Post count: 15

Thank-you, it seems like that solved the problem for me.

Sincerely,

Lisa

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