It is the page accessed by the desktop.
as the picture shows.
-
This reply was modified 3 years, 1 month ago by
yuanfan.
@yuanfan, which picture exactly? We still can’t see any screenshots from you 🙁
https://drive.google.com/file/d/1acSacDweuNCvPbRM8tRONEzEygMItWQx/view?usp=share_link
The picture is in the network disk, and there seems to be something wrong with the previous one.
-
This reply was modified 3 years, 1 month ago by
yuanfan.
- This can’t be achieved right now for “Current” item.
- You can set styles for expanded items, but you need to use a plain CSS, example:
.iksm-term--expanded > .iksm-term__inner {
background: red !important;
}
.iksm-term–expanded >.iksm-term__link {
color: #fff !important;
}
The font color also needs to be activated on click, but I didn’t succeed with the coding above.
Please try this code for text color:
.iksm-term--expanded > * > .iksm-term__link {
color: red !important;
}
@yuanfan, you are welcome!