Archived topic
Need help with a few things
3 replies · Started by Alen on April 23, 2020
Hello everyone,
i'm moving a blog and a shop to generatepress+gutenberg and need some help with few things.
I would like to add text before and after the buy button on product pages
I would also like to hide tabs on product pages but not the descripction and reviews
I added picture for better illustration

Reviews would be just moved after the description like in this picture

Thank you,
Alen
Hi there,
This article might help: https://rudrastyh.com/woocommerce/before-and-after-add-to-cart.html
For the tabs, try this:
.woocommerce div.product .woocommerce-tabs ul.tabs {
display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
display: block !important;
}
Thank you very much Tom, that did the trick.
Do we have better css for wc-block for showing products on mobile in grid
This code below is working only by adding 2x wc-block(max 2items-styling not in line on mobile if more) at 50%-50% in columns
@media(max-width: 768px) {
li.wc-block-grid__product {
width: 48% !important;
float: left !important;
margin-left: 1% !important;
margin-right: 1% !important;
line-height: 1px !important;
}
Thank you and have a nice day on,
Alen
Hi Alen,
Any chance you can open a new topic with a little more info?
Thanks! :)