Re: Refresh theme how to change colour

Solved

How can I change the color of my theme?

aakarsh
Visitor
3 0 1

I dont seem to find the option of changing these colours to black can anyone guide me to it plss😭😭Screenshot_20230805_131020.jpg

Screenshot_20230805_130937.jpg

Accepted Solution (1)

oscprofessional
Shopify Partner
16266 2431 3160

This is an accepted solution.

Hello @aakarsh 

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

 

.product-form__submit span {
    color: #000 !important;
}
.button--secondary, .button--tertiary {
    --color-button-text: unset !important;
}

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free | OSCP Shipping Discounts App : Free

View solution in original post

Replies 2 (2)

oscprofessional
Shopify Partner
16266 2431 3160

This is an accepted solution.

Hello @aakarsh 

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

 

.product-form__submit span {
    color: #000 !important;
}
.button--secondary, .button--tertiary {
    --color-button-text: unset !important;
}

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free | OSCP Shipping Discounts App : Free
aakarsh
Visitor
3 0 1

Accepted solution