Home Forums WoodMart support forum Product Page

Product Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #153964

    bidnbuy
    Participant

    Please refer to the attached image

    Attachments:
    You must be logged in to view attached files.
    #154080

    Hello,

    1. If you want to hide those breadcrumb which shows on your product page you can use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:

    .single-product .woocommerce-breadcrumb {
     display:none;
    }

    2. In the “Left (vertical position)” style more than 3 thumbnail are not available. You can check from Theme Settings >> Product Page >> IMAGES

    Screenshot for clarification: https://jmp.sh/9aDwzvR

    So if you want to display more than 3 thumbnails like 4 thumbnail you can use “ Bottom (horizontal carousel) ” style.

    3. To change the size of the product image you can use the “Product image width” option from Theme Settings >> Product Page >> IMAGES.

    4. It requires customization to show/hide the name of the vendor before the title of product or set hyperlink on the name of vendor. This is beyond our limitations.

    5. To increase the width of “minus” and “plus” elements so they are easier to touch in touch screens. You can use the below CSS code in Global Custom CSS area under theme settings:

    .quantity input[type=button] {
    min-width: 60px;
    }

    6. To increase the size of shared icons. You can use the below CSS code in Global Custom CSS area under Theme Settings:

    .single-product .woodmart-social-icons.icons-size-small i{
    font-size:25px;
    }

    Best Regards.

    #154169

    bidnbuy
    Participant

    Thanks for the quick responses.

    #154260

    Well, bidnbuy!.., it’s been great chatting with you! I hope I resolved your issues thoroughly.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful weekend.

    Topic Closed.
    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Product Page’ is closed to new replies.