I want to hide description category in Subcategory List Style. How can we do it?
Thank you!
Hello,
You can hide the description with adding the following to Desktop > CSS.
Boxes with Subcategories
.category-boxes {
.description {
display: none;
}
.subcategories {
margin-top: 1em;
}
}
Rows style
.categories-list {
.category {
.category-description {
display: none;
}
.subcategories {
margin-top: 0.5em;
}
}
}
2 Likes
Thank you so much.
Wish you a healthy recovery.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.