Label of All Categories appear at the top of single category page in mobile

Posted in: Newspaper
Post count: 4

I have activated the mobile theme on my website but whenever I open any single category page on mobile, all the categories are labeled on the page, I want to deactivate these category labels, can you tell me How to do it because I do not see anything like this in my desktop version and I have checked all the settings in the theme panel even though I do not see any option to deactivate them. To know more check this link in both mobile and desktop
https://jobaloite.in/central-government-jobs/

Post count: 20688

Hi,

I could give you a code to remove them, they will appear by default and there is no setting to remove them. Please enter this code in Theme panel->Mobile theme->Custom CSS code section

.category .td-category-siblings {
display: none;
}

The result will be like this – https://www.screencast.com/t/kkQCcnp9uERh

Thanks

Post count: 4

Thank You

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