I am trying to use CSS put a font awesome checkmark on a radio button image when it is selected on this page
https://www.allfrom1supply.com/merch...t_Code=EC-TEST
I've tried using the CSS content property, the :before and :after and other selectors in various ways but haven't been able to sort it out. I'm hoping someone more savvy can clue me into how to do this without changing the template code itself.
This is a sample of the rendered code of one of the items.
https://www.allfrom1supply.com/merch...t_Code=EC-TEST
I've tried using the CSS content property, the :before and :after and other selectors in various ways but haven't been able to sort it out. I'm hoping someone more savvy can clue me into how to do this without changing the template code itself.
This is a sample of the rendered code of one of the items.
Code:
<label for="l-51_ub-yellow" title="51 UB Yellow" class="show align-left swatch-style"> <input type="radio" name="Product_Attributes[1]:value" value="51_UB-Yellow" id="l-51_ub-yellow" data-attribute="SWCOLOR" data-option-price="30" data-regular-price=""> <img class="radio-option-image" src="graphics/00000001/51-UB-YELLOW.jpg" alt="51 UB Yellow" title="51 UB Yellow $30.00"> 51 UB Yellow <br>+$30.00 </label>
Comment