Brooklyn - remove hover border on newsletter

Hi, there’s a weird hover border appears when i click on the newsletter, its darker with round corner, I want to completely remove that border, I also want to make the “Your email” wording less visible/lighter, please help.


h

hii, @vanessaliew
Kindly share your store URL so,
I can solve your problem.
Thank You.

hello @vanessaliew

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Hi @vanessaliew ,

Hope you are well.

Please follow the below steps:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss.css
  3. Paste the below code at the bottom of the file & Click Save
.input-group {
    border: none!important;
}

Copy

Copy

Hope that helps

Thanks