Solved

How can I change button text color without affecting the header and footer?

Dike
Pathfinder
105 1 41

Hello everyone,

I was wondering if its possible to change the color of the button text without recoloring the header and footer.

I would like to change the color to #FFFFFF.

URL: https://glowee.nl/

Thank you!

Accepted Solutions (2)

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@Dike 

1. Go to Online Store->Theme->Edit code 2. Asset->/base.css ->paste below code at the bottom of the file. 

#MainContent .button{color: #ffffff !important;}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

@Dike

#MainContent .button{
color: #ffffff !important;
}

Add this code in Base.css
Thank you.

View solution in original post

Replies 4 (4)

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@Dike 

1. Go to Online Store->Theme->Edit code 2. Asset->/base.css ->paste below code at the bottom of the file. 

#MainContent .button{color: #ffffff !important;}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Dike
Pathfinder
105 1 41

This worked, thank you again!

Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

@Dike

#MainContent .button{
color: #ffffff !important;
}

Add this code in Base.css
Thank you.

Dike
Pathfinder
105 1 41

Thank you!