How to edit category links showing on mobile

Posted in: Newspaper
Post count: 12

Hi,

How can I edit/remove the categories showing in mobile view under the title of the page here: http://imgur.com/PPwdrP0. Thanks!

Post count: 22421

Hello,
You can use this custom css to remove them as there is no setting for it at the moment:

@media(max-width:767px){
.td-category-siblings{
display:none!important;
}}

You can add the code in the theme panel->custom css box.
Thank you!

Post count: 12

Hi Bogdan,

Thanks for your help. I tried putting the code in the Custom CSS box but it did not work. Also, I got a yellow exclamation mark about use of !important. Can you please have another look?

Thanks!

Post count: 6535

HI

If you’re using child theme the code must be added in theme panel > mobile theme > custom code. You can ignore the warning because that code will work fine.

Thanks!

Post count: 12

Hi Andrei,

That worked! Thanks for your help!

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