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

Attribute labels only appearing beside the variations

Andrew Oh

Hi,

 

I recently purchased the Variation Swatches for Woocommerce and I am trying to place the attribute label above the variations. I am only able to have it beisde the variation but I would like to to be above. I tried using the check box “show selected attribute variation name beside the title” but it either shows it beside (when checked) or not at all (when unchecked). Could you please help me with this?

Also is it possible to hide a single attribute label? For example I have the 2 attributes: Color and Size. I would like to show Color attribute labels but hide the Size attribute labels.

Thank you,

 

Andrew

 

Tanvirul Haque

Hi Andrew Oh,

Could you please give your product page link to check?

Thank you

Tanvirul Haque

Hello Andrew Oh,

Could you please put the following CSS code inside your theme customizer additional CSS section:

.variations th.label {
display: block;
text-align: left;
padding-left: 0;
padding-bottom: 0;
}
.variations th.label label {
color: #333 !important;
vertical-align: unset;
}

Thanks

Andrew Oh

Works great!

Thank you!

 

B. Regards,

 

Andrew