Hi
I have a site which has a dark background so the text has been set as white by adding the following
#hikashop_product_right_part {color:#fff;}
I also hade to add additional css rules such as
.hikashop_product_name_main {font-size:1.3rem;color:#fff;}
&
.hikashop_product_custom_eta_line {font-family:Alpaca; color: #fff; font-weight:bold;}
to display white text.
The issue is with the back end and the pop up for products on customer orders as the text is white and cannot be seen, screenshots attached. I have tried adding it to the backend css #hikashop_product_right_part {color:#000!important;} but this hasn't made any difference.
I would appreciate some guidance please?
Thanks
David