Scroll
Change the layout of the standard taxonomy term Select switch (radio button)
Forums
Hello!
I have encountered a problem that I cannot solve, and I hope for your help. Thank you in advance.
I want to change the standard output of the product size switch using CSS - http://floomby.ru/s1/JY5KPz
I can change the background and font, but I can't seem to change the shape or color of the button with the arrow. Can you please advise me on how and where to make these changes?
Code:
<div class="form-item form-type-commerce-fancy-attributes form-item-attributes-field-colors form-type-commerce-fancy-attributes-ajax">
<label for="edit-attributes-field-sizebriefs">Select Size: </label>
<option selected="selected" value="1">70A</option>
<option value="2">70B</option>
<option value="3">70C</option>
<option value="4">70D</option>
<option value="5">70E</option>
<option value="6">70F</option>
<option value="7">70G</option>
</select>
</div>
</div>