fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Title Attribute Above Swatches

Thomas Moussa

Hello,

I would like to have the title attribute of variations be displayed above swatches rather than to the right. What CSS can I add to do this?

 

Example:

Color: Blue

|Swatch 1|Swatch 2|Swatch 3|

Golam Kibria

Hi Thomas,

Please try adding the following CSS to the customizer (Appearance > Customize > Additional CSS):

.single .shopengine-swatches .variations tr {
display: inline-block !important;
}

I will wait for your feedback.

Thank You

Thomas Moussa

Wow that seems like a such a simple solution. Thank you so much. It worked!