Multirow buttons not changing color to match the theme.

Hello, I have a color theme where the buttons should all be the color #6513E7 but for some reason this does not apply to the Multirow section. Can you help me fix this?

4 Likes

@MI2024 , can you share your url store?

  • Here is the solution for you @MI2024
  • Please follow these steps:

  • Then find the theme.liquid file.
  • Then add the following code at the before tag and press ‘Save’ to save it.

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Hi @MI2024

Would you mind sharing your store URL? Thanks!

https://87ca17-6b.myshopify.com/

1 Like

This worked but can you also make the text white? Thank you!

1 Like

Can you try this code @MI2024

That did it! Thank you for your help and very fast response!

1 Like

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.multirow a::before, .multirow a::after { box-shadow: unset !important; } .multirow a.button { background: #6513E7 !important; color:#fff !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

Glad to help you. Have a good day @MI2024 .