Site logo

Archived topic

Some Woocommerce Layout Fix

7 replies · Started by Sibi Paul on February 26, 2020

Viewing posts 1–8 of 8

Hi,

I would like to Have some changes.

1 - I don't want to show the related products

https://fastunlocker.com/get/unlock-iphone-japan-docomo/

Related Products From the Same Category is OK. How to disable it, and how to enable it to show only from the same category?

2 - I want to change the " Get Now " Button Align.

I wish to show the button at the Center.

and Button should be Little bigger and Round edge.

How to Make the Button's Text Bigger and Bold?

https://fastunlocker.com/get/icloud-unlock-ability-check/

Hi there,

1. You can disable related products in the customizer:
https://docs.generatepress.com/article/woocommerce-overview/#single-product

Unfortunately you will need to check with WooCommerce support to see if you can only show products from the same category as that's a functionality from WooCommerce itself - GP simply has options to display or hide that option.

2. Any chance you can do this first?
https://www.screencast.com/t/O3NDJ5fyH0N

Please always make sure that's done when opening a topic.

Thank you!

Cache Purged and Deactivated.

Now tell me, how to align the Button to Center

and Make it Little big with Round Edge?

Hi there,

try this CSS:

.woocommerce div.product form.cart .button {
    float: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 10px;
}

Done.

Button Font Style is Now Capital.

I need to have like before.

Also,

check this URL - https://fastunlocker.com/brand/samsung/

This kind of section shows 4 products in a ROW.

I need to show Only Two Items in a Row.

and the Image should be a little bigger.

My Main Image exact size is 1200x640

so, 600x320

or

300x160 will be good as a thumbnail.

also the buy now or get now ( add to cart or pay now ) is not showing along with these thumbnails.

I think, any of my customization hiding that.

can you please help me out on this.?

Hi there,

Have you tried adjusting the Columns option in Customize > Layout > WooCommerce?

Wow, That's Awesome...

is there any option to show the Buy Now, Add to cart m Pay now button next to those products?

This archived topic is closed to new replies.