Cannot change a button on home page to a different color, using Refresh Theme

Solved

Cannot change a button on home page to a different color, using Refresh Theme

jbslide
Explorer
57 7 7

I have button on my home page that I can't figure out how to change the color from the Theme editor.

jbslide_0-1679623604408.png

I want to change the color to this blue, 0E1B4D

jbslide_1-1679623678090.png

Thank you in advance. I will send my store url and password if you can assist.

 

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @jbslide 

This is Victor from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

a.button.button--primary {

    background: #0E1B4D !important;

    opacity: 1 !important;

}

PageFlyVictor_0-1679624710715.png

 

Hope that my solution works for you.

Best regards,

Victor | PageFly

View solution in original post

Replies 4 (4)
jbslide
Explorer
57 7 7

Carlos, it the Refresh Theme. 

I looked in "Colors" section, but I don't see any color referring to that grey.

Thank you

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @jbslide 

This is Victor from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

a.button.button--primary {

    background: #0E1B4D !important;

    opacity: 1 !important;

}

PageFlyVictor_0-1679624710715.png

 

Hope that my solution works for you.

Best regards,

Victor | PageFly

jbslide
Explorer
57 7 7

PageFly-Victor,

That did it. Perfect!

Thank you.

PageFly-Victor
Shopify Partner
7865 1786 3131

You are welcome @jbslide 😊