Need help centering text, and variant options

Will like to center the shown texts in figure. I have seen “text-align; center” solutions, but each has its own address, I am unable to use the code provided for other solutions. Would like to do this for all my products, is there an easier way?

This is the website:

ICECITY – ICE CITY (c98167-2.myshopify.com)- pw: gowtha

Hi @mauriciod766

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly

Hello @mauriciod766 :waving_hand:

Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

variant-radios,
.product__description {
    text-align: center !important;
}

The result

Hope that helps!