All Collections
FAQs
Troubleshooting
Customer can't select return,exchange credit. Fix with CSS.
Customer can't select return,exchange credit. Fix with CSS.

Sometimes your theme will interfere with the style of the return portal a little, but we have a tweek which generally fixes this problem.

Nicola McDermott avatar
Written by Nicola McDermott
Updated over a week ago


Firstly go to the "Online store" section of admin, and select themes. 

Select edit code

Scroll to assets and select theme.scss.liquid

Be sure to copy and save the code first in a text file on your computer

Now scroll to the bottom of code and copy and paste the following CSS

.Esc-returns-container input[type="radio"] {    -moz-appearance: radio;    -webkit-appearance: radio;    appearance: radio;}

Please don't hesitate to ask if you need any assistance 

Did this answer your question?