Skip to main content
All CollectionsFAQsTroubleshooting
Customer can't select return, exchange credit.
Customer can't select return, exchange credit.

Sometimes your theme will interfere with the style of the return portal, but we have a workaround which fixes this issue.

Updated today


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;}

Did this answer your question?