WooCommerce remove description
-
Hello,
my question is about WooCommerce store margins. On the first Store page I have managed to remove the title with custom CSS
.woocommerce-page .page-title {
display: none;
}Besides I was able to move up the first Store page content up, by changing margins with additional CSS
.woocommerce-products-header {
margin-top: -230px;
margin-left: 40px;
}But on further Store pages the upper margine changing CSS doesn’t work.
The problem is evident on this image.I would be glad if you could get me some solution to my problem.
Thank you!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘WooCommerce remove description’ is closed to new replies.