Site logo

Archived topic

How to change design of WooCommerce product page

7 replies · Started by Jin on March 7, 2022

Viewing posts 1–8 of 8

Hi there

How can I change the design of a WooCommerce product page? More specifically how can I change the design of the "Description" and "Reviews (0)" widget?

Thanks

https://ibb.co/9NCGJLj

Hi there,

how do you want to design them ? Do you have an example ?

Hi David

We'd just like to remove the outline of the tabs. The font, background colours of active tab and everything is fine but we'd like to remove these lines (https://ibb.co/nm1Hv23).

Thank you

Sure!

Thank you for your response. To remove the “gray lines”, you may try adding this custom CSS:

div.entry-content .woocommerce-tabs.wc-tabs-wrapper > ul.tabs.wc-tabs > li{
    border:none;
}

Here is an article with regards to adding CSS: https://docs.generatepress.com/article/adding-css/#additional-css

Adding it through additional CSS should work.

Kindly let us know how it goes. :)

Thank you.

You’re welcome Jin! Glad to be of assistance! Feel free to reach out anytime if you’ll need assistance with anything else. :)

This archived topic is closed to new replies.