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.
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.
#mainContent input[type="button"] {
color: #000!important;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Hi @astrofinityligh ,
You can follow the instruction below:
#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.