Hello,
This is possible with CSS. You have to create a new component.
-
Go to
/admin/customize/themes/
Customize → Themes -
Click the Components tab and then the Install button
-
On the popup window click Create new button and type the new component name.
-
Click Create button.
-
The component created. Now select which theme(s) you want to activate it.
-
Now click the Edit CSS/HTML button.
-
Now click the Mobile tab and paste the below code to the CSS section.
.category-breadcrumb.hidden {
display: flex !important;
}
- Click Save. Done!