Hello,
Thanks for your return, it seems we missed a selector error!
I will tell you how to solve this step by step :
1. Go to your Css folder :
=> YourWebsite\media\com_hikashop\css
2. Open the backend_default css file (or backend_custom, if you use a custom version)
3. Go around line 5110, you will see :
/* DARK Mode vers */
@media (prefers-color-scheme: dark) {
div#hikashop_main_content.hika_j5 html body,
/* Vex Content */
body.contentpane.component,
div#hikashop_main_content.hika_j5 .ͼ2...
4. Remove "
body.contentpane.component," like this :
Once again, thanks for your return
Regards