Home Forums Basel support forum A few questions on Single Product Page

A few questions on Single Product Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47574

    hsianglin21
    Participant

    Hi,

    May you assist on the following questions for single product page?

    Screenshot1:
    1. How to change the font size of the product title as shown in screenshot?

    2. How to remove the back arrow and directory, the whole bar totally from the page?

    Screenshot2:
    3. How to make the thumbnails smaller?

    4. How to make the up/down arrow to a scroll bar as it is now difficult to change picture and to have a look on the full picture

    5. How to change the product image size to my own dimension as now only have small, medium and large?

    6. Finally it seem there is some gap between the thumbnails and product image, how to minimise the gap as my description area is now quite small? Also if possible to minimise any space between the product image and description area.

    Thank you.

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

    Artem Temos
    Keymaster

    Hello,

    1. & 2. Try to add the following code snippet to the Custom CSS area in Theme Settings

    .single-product-content .entry-title {
        font-size: 22px;
    }
    .single-breadcrumbs-wrapper {
        display: none;
    }

    3. & 5. You can control your product images sizes in Dashboard -> Appearance -> Customize -> WooCommerce -> Product images. As for the container width for images, you can change its size in Theme Settings -> Product page.

    4. Sorry, but there is no such option in our theme.

    6. It happens for this product page design only. You can change it to default one in Theme Settings -> Product page if you need.

    Regards

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