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

facing problems modifying style of the product page

matt spano

Hello, im trying to put the title of the variation item all left but im not finding where I can do it. Also somehow can I remove the box around the filter without a css line?

Hakik Zaman

Hi matt,

Thanks for reaching out to us. Can you please give us a screenshot to understand your issue?

You can upload your screenshot here- https://prnt.sc/ and directly post the screenshot link in this thread.

Please also give us an exact product link, so that we can inspect it for you.

Thank You

Hakik Zaman

Hi matt,

Can you please give us an exact product link, so that we can inspect it for you?

Thank You

Hakik Zaman

Hi matt,

The border is coming from your theme- https://prnt.sc/eRpCvLn-pFhk

The title is also centered on your theme- https://prnt.sc/6bLLKQ32Yppf

Please contact your theme support regarding these if you want to achieve your requirement without writing CSS.

But if you want to achieve your requirement with CSS I can help with that.

Thank You

matt spano

Ill be glad if you help me with css 😀

Hakik Zaman

Hi matt,

Please place the below CSS at Appearance > Customize > Additional CSS

.woo-variation-swatches.wvs-show-label .variations th{
text-align: left ;
   border: 0;
}
.eltdf-woo-single-page.woo-variation-swatches .eltdf-single-product-summary .variations td.value {
   padding: 0;
}

.eltdf-woo-single-page.woo-variation-swatches .eltdf-single-product-summary .variations tr {
   border: 0;
}

After doing the above don’t forget to clear your caches like- Browser Cache, Caching Plugin Cache, and Server-Side Cache.

Then let me know whether it resolves your issue or not.

Thank You