Hello
How is it possible to change the Product text colour, I have done this already for the Category Name Text by adding:
.hikashop_category_name a{
color: white !important;
}
I added that into the /media/com_hikashop/css/fontend_default.css file and it works perfectly - but now I want to change also the Products text colour...
I have tried adding the below into the same fontend_default.css file:
.hikashop_product_name a{
color: white !important;
}
However when saved there is no effect - so what must be put for the .hikashop part?
Thank you very much for your time and for making such a great cart system
Chris