Air Theme

You can replace the abbreviations with images:
Click the category → :wrench: wrench icon → Images

And if you want to hide just abbreviations, you could create a component and apply something like the following css:

.custom-category-boxes:not(.above-discovery-categories-outlet) .category-box .category-box-inner {
    .category-logo.no-logo-present {
        display: none;
        
        & + .category-details {
            grid-column: 1/3;
            padding: 1em 1.5em;
            width: 100%;
        }
    }
}

Before:

CleanShot 2023-12-11 at 20.24.12

After:

CleanShot 2023-12-11 at 20.24.43

7 Likes