-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
I'm really sorry to bother you but I have been spending hours trying to get this to work and have tried many variations but still stumped.
On an earlier version of HikaShop I was able to get the characteristics option label to have an active/selected colour using this:
#hikashop_product_characteristics_options input[type=radio]:checked + label {
background-image: none; outline: 0; box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05); background-color:#6FA907; }
But no matter what I try now I just can't get it to work and was wondering if you can give me a hand. Here are some of the options that I tried:
#hikashop_product_characteristics div.controls input[type=radio]:checked + label, #hikashop_product_characteristics div.controls:checked + label,
#hikashop_product_characteristics div.controls label input[type=radio]:checked, #hikashop_product_characteristics inputbox:checked + .radio {
background-image:none; outline:0; background-color:#6FA907; }
Please see attached pic of what I am referring to. Thanks in advance!