Change hover color of text column button impulse theme

Hi,

I would like to change the hover background color of my text columns section buttons to #ff6f0f on hover.

Thanks,

Hannah

Hi @VIBO

Would you mind sharing your store’s URL so we can provide a solution?

Hi @VIBO ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

Hi there, vibovisionboards.myshopify.com

pw - whauch

Hi @VIBO ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
.grid--uniform .grid__item .btn--small:hover {
    background: #ff6f0f;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

Amazing that works thank you. And how can I get the border of the button to also be the same color on hover rather than black?

Never mind I actually figured it out. Thanks!

.grid–uniform .grid__item .btn–small:hover {
background: #ff6f0f;
border: #ff6f0f;
}

1 Like

Hi @VIBO ,

Amazing good job. ^^

When you guys say enter the code at the “bottom”, could you please screen shot thaqt for me? I’m entering these codes and nothing works