Hi guys! Can you help me to move “SELECT A SHADE” text to the center. Im using SwatchKing app. Thank you!
Can you provide store url?
Hi, @Vegoo
You can try this code
- Go to Online Store-> Theme->Edit code
- Asset-> base.css ->paste the below code at the bottom of the file.
.swatch-single {
text-align: center !important;
}
Thanks!