How to remove an arrow in buttons throughout the website . theme highlight

I have tried all possible solution I have been able to find so far. Nothing’s worked. I need to fix it fro all devices. Please help. It looks super ugly.

here is my website

thank you so much

Hello @TONYA_GOLBERG

It’s GemPages support team and glad to support you today.

You can follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your theme.css file and paste the following code below:

.button--underline .svg{
  display: none;
}
.button--underline, .no-touchevents .button--underline:hover, .button--underline:focus{
  padding-right: 0;
}

Let us know how it works for you.
Best regards,
GemPages Support Team

1 Like

Hi @TONYA_GOLBERG

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly

Hello GemPages ,

Thank you very much fro your help!!! I really appreciate it!! it worked right away!! This was so professional !!

Respectfully,

Tonya