Site logo

Archived topic

Need help with a few things

3 replies · Started by Alen on April 23, 2020

Viewing posts 1–4 of 4

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
edit

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

Thank you,
Alen

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! :)

This archived topic is closed to new replies.