Chang design of Categories in page heading
-
Hi
I would like to change design of Categories in page heading
Please you tell me how to change it like in my attach file
Many thanks
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.category-nav-link a {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.category-nav-link .category-icon {
margin-right: 0;
}
.category-nav-link .category-products-count {
text-align: center;
}
Regards
Hi
It’s work Thank you so much You are very good
The topic ‘Chang design of Categories in page heading’ is closed to new replies.