I have a page for each product and just want to show that one product for each page. I don’t see any options to just showcase 1 product.
thanks
Hey bemodesign,
I’m not sure that I understand your intentions, could you try to explain what you are looking to achieve a bit further please?
Best regards,
Rikard
Ok, I am trying to feature 1 product. How do I just show 1 shopping product on the page. All options are for multiple.
I sent you the page link. See how the product doesn’t look good and it set to 2 column, underneath the video? How can this just be bigger and take up the space or full space area?
Hi,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
.shop_columns_3 .products .product {
width: 100%;
}
Best regards,
Rikard
That worked great, but now it makes all the other pages that have more products, all 1 column. see: https://priverproducts.com/shop-now/
Can you specify a certain page, like “post=91”?
And one more thing, all the product Don’t show “Add to Cart” option below the photo, like it used to. Any ideas on that??
Hi,
Thank you for the update.
We adjusted the css code a bit, so it only applies on a specific page. Please try it again.
.page-id-91 .shop_columns_3 .products .product {
width: 100%;
}
Best regards,
Ismael
And one more thing, all the product Don’t show “Add to Cart” option below the photo, like it used to. Any ideas on that??