Block 1 category

Posted in: Newspaper
Post count: 23

Hello, I want to know if there is a way to display only categorries in Block 1 without the “ALL” tab.
For example, here to display only “BEAUTY”, “GET INSPIRED” and “HEALTH & DIET” tabs, with BEATY tab appearing first by default.

Post count: 3343

Hi,
You can hide the ALL via CSS, hope will work, use this CSS, add it in Theme panel -> Custom CSS

.block-child-cats li:first-child {
    display: none;
}

About the sorting order, now is alphabetical sorted.

Thanks!

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