how do i change the font “shop all” colour

Solved

how do i change the font “shop all” colour

dumbl3d00r
Tourist
13 0 2

how do i change these colour of the font from white to #2f261e and the same for the outline 

image.jpg

Accepted Solution (1)

Moeed
Shopify Partner
5457 1477 1764

This is an accepted solution.

Hey @dumbl3d00r 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
a.button.button--secondary:after {
    box-shadow: unset !important;
}
a.button.button--secondary {
    color: #2f261e !important;
    border: solid 2px #2f261e !important;
}
</style>

RESULT:

Moeed_0-1727375852192.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
5457 1477 1764

This is an accepted solution.

Hey @dumbl3d00r 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
a.button.button--secondary:after {
    box-shadow: unset !important;
}
a.button.button--secondary {
    color: #2f261e !important;
    border: solid 2px #2f261e !important;
}
</style>

RESULT:

Moeed_0-1727375852192.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications