Newsletter button colour

Hi Guys,

How would i go about changing my footer newsletter ‘SUBSCRIBE’ button colour from black background/white text to White background/black text please?

Thanks in advance!

Hello @Jednay
Can you share store URL?

Hi,

It’s jednay.com

Thanks

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

.Button--primary:before{ background-color: #fff !important; } .Button--primary{ color: #000 !important; }

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

Thank you so much! How would I change the text please?

Thanks again, any idea how i can add a logo to the top of the footer?

Please accept and like my solution.
Thanks
Which text?

You can add logo by customizer
Go–>customizer—>scroll down

Will do, thank you so much! The text ‘SUBSCRIBE’

Oh of course, thank you.

Only allows these two blocks..

like this?

you have to do some custom code for image in footer.liquid file.

Yes, how do i edit that text?

Thank you

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

.Button--primary { font-weight: 600 !important; } .features--show-button-transition .Button--primary:not([disabled]):hover{ background-color: #fff !important; }

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

Thanks

Hi there, this has also changed my ‘ADD TO CART’ button to white. I needed that to stay black.

Many thanks.