Hi everyone.
I removed with these codes.
.category-breadcrumb>li {
margin-left: -.25em;
}
.select-kit.combo-box.category-drop .category-drop-header[data-value=""] {
display: none;
}
But I saw a few mistakes.
What should it be like? Or is it available as an option in the settings?
Hi,
What do you mean by “saw few mistakes”? What is your actual issue?
While there are codes.
While there are no codes.
There are minor image defects. I don’t like it this way.
Alteras
(Steven Chang)
16 Mayo, 2024 22:12
4
Sounds like you want the category dropdown in the top menu to be removed cleanly when there’s no category selected without affecting the other dropdowns?
You can try this
ol.category-breadcrumb li:has(details.category-drop [data-value=""]) {
display: none;
}
2 Me gusta
Thank you, these codes work as I want.
system
(system)
Cerrado
16 Junio, 2024 07:32
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.