Change text color of "Track your order"

Solved
astrofinityligh
Excursionist
53 2 2

https://astrofinitylights.com/pages/track-your-order

 

Hi, the box with the word "TRACK" is hidden behind the white textbox. I want the color of it to be in black. 

 

Thanks in advance. 

Accepted Solutions (2)

Accepted Solutions
oscprofessional
Shopify Partner
14218 2146 2618

This is an accepted solution.

@astrofinityligh ,

#mainContent input[type="button"] {
    color: #000!important;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

If helpful then Please Like and Accept Solution. Chat on WhatsApp | Skype : oscprofessionals-87 |
Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify App | Shopify SEO | Digital Marketing | Shopify Strategies Consultant

View solution in original post

AvadaCommerce
Shopify Partner
3879 837 822

This is an accepted solution.

Hi @astrofinityligh ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss->paste below code at the bottom of the file:

#shopify-section-template--15875151495381__main .page-content input {
    color: black !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

AVADA - Top Rated App for Email, SMS, Popups


Check our website for full features and start a FREE TRIAL.
Install another app to boost sales, 100% FREE

View solution in original post

Replies 2 (2)
oscprofessional
Shopify Partner
14218 2146 2618

This is an accepted solution.

@astrofinityligh ,

#mainContent input[type="button"] {
    color: #000!important;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

If helpful then Please Like and Accept Solution. Chat on WhatsApp | Skype : oscprofessionals-87 |
Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify App | Shopify SEO | Digital Marketing | Shopify Strategies Consultant
AvadaCommerce
Shopify Partner
3879 837 822

This is an accepted solution.

Hi @astrofinityligh ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss->paste below code at the bottom of the file:

#shopify-section-template--15875151495381__main .page-content input {
    color: black !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

AVADA - Top Rated App for Email, SMS, Popups


Check our website for full features and start a FREE TRIAL.
Install another app to boost sales, 100% FREE