i want that general green to
General Green
Please share your store URL.
Please add the following code at the bottom of your assets/global.scss.liquid file.
.swatch .tooltip{
text-transform: uppercase !important;
}
Where you need general green color?
hello @psYch022
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.swatch .tooltip{
text-transform: uppercase !important;
}
but its has scss file not css file how do i convert it