Hello,
"Am I reading this correctly that if I put ".hikashop_product_image img: hover{border:2px solid: #a8238f;}" in the Custom.css file, it will reduce the width of the 'Highlight box' ? That doesn't seem to work."
Exactly, in order to be sure to increase your command priority you can add an "!important"
Example :
.hikashop_product_image img: hover{border:2px solid: #a8238f !important;}
"
May I ask how did you display the relevant CSS for the highlight box? I have been trying to access that by inspecting on the box, but it doesn't appear."
Of course, follow me step by step :
1. Point your html element, then click right
=> Inspector
2. New window (for Html), point again your required element, here "
<img>" then right-click
=> "
Force state"
3. Select "
Hover", to simulate the hover state.
Hope this will help you to progress to better manage css.
Regards