This topic has 8 replies, 2 voices, and was last updated 2 years, 8 months ago ago by Rose Tyler
I want to make a special order change in
category names. We want to make changes
to the category places in the categories
layout in the menu section on mobile.
We saw that order in the components,
not the categories section order on the
product page.
Hello,
We can’t check your screenshot because it redirects to the login form – https://prnt.sc/iER4ebGCdO-G
Check this video – https://gyazo.com/f30b17cccb3ff67975d560cf16e8f961
Regards
yes, our ranking is correct in the video you sent, it does not show the ranking in the category. In the picture we have shown the situation we want.
Hello @Sanalkuyumculuk,
In the picture we have shown the situation we want.
– we can’t see your image. Provide a new screenshot or provide access to your Dashboard.
Currently, your request is unclear for us, so describe it in more detail with screenshots that can be seen. Thanks in advance.
Regards
Why are the pictures I sent first not showing?
I realize that your response time to support is very long, I don’t want to ask too many questions, I’m sorry. mistakes don’t let me go. I have another open support. It has been 1 day and it has not been answered. I will specify in the comments.
Hello,
If you need to change the order only in mobile menu area you may use next css snippet
https://gyazo.com/98fbe06f42bf6b095de970d220dd3bf7
.et_b_header-mobile-menu .et_b-tab-content .product-categories {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.et_b_header-mobile-menu .et_b-tab-content .product-categories > .cat-item-80 {
order: -1;
}
Regards
Can you also write where I can find the screen in the video?
You need to add the code in Theme Options > Theme custom CSS > Global
Regards
Tagged: best selling, category names, change, persuasive, special order, themes, woocommerce
The issue related to '‘I want to make a special order change in category names.’' has been successfully resolved, and the topic is now closed for further responses