Move variant text to the center via Swatch King

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?

www.vegoocosmetics.com

Hi, @Vegoo

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> base.css ->paste the below code at the bottom of the file.
.swatch-single {
    text-align: center !important;
}

Thanks!