How can I change the color of my theme?

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
16377 2441 3190

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;
}

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

View solution in original post

Replies 2 (2)

oscprofessional
Shopify Partner
16377 2441 3190

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;
}

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
aakarsh
Visitor
3 0 1

Accepted solution