How can I change the second button text color and box outline in Dawn theme?

Solved

How can I change the second button text color and box outline in Dawn theme?

Rckymtnsun
Visitor
2 0 2

Hi there, our website is up and running @ www.rmsunscreen.com

On the landing page we are wanting to change the second button text color "Shop Coral Isles Sunscreen" to #EF595D and box outline to #5BC2CD 

 

Is this possible? 

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9594 2285 2840

This is an accepted solution.

Hi @Rckymtnsun 

Do you mean like this?

Made4uoRibe_0-1701298070743.png

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

a.button.button--secondary {
    color: #EF595D !important;
}
a.button.button--secondary:before, a.button.button--secondary:after {
    box-shadow: 0 0 0 1px #5BC2CD !important;
} 

 

  • And Save. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9594 2285 2840

This is an accepted solution.

Hi @Rckymtnsun 

Do you mean like this?

Made4uoRibe_0-1701298070743.png

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

a.button.button--secondary {
    color: #EF595D !important;
}
a.button.button--secondary:before, a.button.button--secondary:after {
    box-shadow: 0 0 0 1px #5BC2CD !important;
} 

 

  • And Save. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Rckymtnsun
Visitor
2 0 2

THANK YOU!

websensepro
Shopify Partner
1790 203 247

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 {
    color: #EF595D !important;
}
.button--secondary:after {
    box-shadow: 0px 0px 0px 1px #5BC2CD !important;
}
</style>

websensepro_0-1701326790946.png

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP