Comments 1theorganisedhousewife started the conversationOctober 31, 2018 at 12:08amHi there, I'm having two troubles.1.We are having trouble getting this category page - https://theorganisedhousewife.com.au/shop/product-category/physical/lunch-boxes/to look like this page with the heading in the middle and the two lines separating the heading from the body - https://theorganisedhousewife.com.au/shop/whats-new/2. When I am separating the paragraphs on the product description page the lines are all still staying together. How can I seperate the paragraphs. Thank you 2,700PenciDesign repliedOctober 31, 2018 at 3:48amHi, 1/ Please try add more this code to Customize > Custom CSS to do that: body.tax-product_cat .woocommerce-products-header{ position: relative; padding-bottom: 16px; margin-bottom: 30px; } body.tax-product_cat .woocommerce-products-header .woocommerce-products-header__title.page-title{ text-align: center; font-size: 24px; color: #313131; text-transform: uppercase; } body.tax-product_cat .woocommerce-products-header .woocommerce-products-header__title.page-title:before, body.tax-product_cat .woocommerce-products-header .woocommerce-products-header__title.page-title:after { content: ""; width: 90px; height: 1px; position: absolute; left: 50%; margin-left: -45px; bottom: 0; background: #88cfd3; } body.tax-product_cat .woocommerce-products-header .woocommerce-products-header__title.page-title:after { width: 60px; bottom: -5px; margin-left: -30px; } 2/ Please try add more this code to Customize > Custom CSS to fixed that: body.tax-product_cat .term-description p, body.tax-product_cat .term-description hr{ margin-bottom: 17px; } body.tax-product_cat .term-description h1, body.tax-product_cat .term-description h2, body.tax-product_cat .term-description h3, body.tax-product_cat .term-description h4, body.tax-product_cat .term-description h5, body.tax-product_cat .term-description h6{ margin-bottom: 17px; } Best Regards, PenciDesign 1theorganisedhousewife repliedOctober 31, 2018 at 7:48amthank you all worked, I appreciate your help. Sign in to reply ...
Hi there, I'm having two troubles.
1.
We are having trouble getting this category page - https://theorganisedhousewife.com.au/shop/product-category/physical/lunch-boxes/
to look like this page with the heading in the middle and the two lines separating the heading from the body - https://theorganisedhousewife.com.au/shop/whats-new/
2.
When I am separating the paragraphs on the product description page the lines are all still staying together. How can I seperate the paragraphs.
Thank you
Hi,
1/ Please try add more this code to Customize > Custom CSS to do that:
2/ Please try add more this code to Customize > Custom CSS to fixed that:
Best Regards,
PenciDesign
thank you all worked, I appreciate your help.