Single product changes - by amd4ever - on WordPress WooCommerce support

This topic has 16 replies, 4 voices, and was last updated 4 years, 1 months ago ago by Rose Tyler

  • Avatar: amd4ever
    amd4ever
    Participant
    May 11, 2020 at 15:43

    hallo, we need some changes:
    1. reduce sku font size
    1a. reduce space under price and line

    2. wishlist right of cart and when add a product at wish list not see the text “the product….” be like https://ibb.co/c3BmqtY and not see after you put at wish list–> https://ibb.co/vDXS9PL
    thanks!!

    Please, contact administrator
    for this information.
    15 Answers
    Avatar: John Holden
    John Holden
    Support staff
    May 12, 2020 at 06:47

    Hi,

    1. Use below code

    .single-product .product_meta > span,
    .single-product .product_meta > div {
        font-size: 14px;
    }

    1a. Use below code

    .single_product-html_block1 hr {
        margin: 10px 0;
    }

    2. It seems you fixed it.

    Regards,
    Hung PD

    Avatar: amd4ever
    amd4ever
    Participant
    May 12, 2020 at 10:55

    1a we want the code include and sku
    .single-product .et_product-block .product_brand {display: inline-block;margin-left: 40%;}
    .single-product .et_product-block .price {display: inline-block;}
    .single-product .et_product-block .upsell-products-wrapper:empty { display: none;}

    be at the right of sku and price no only price

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 12, 2020 at 17:54

    Hello,

    1a) http://prntscr.com/sfh8pj I checked your site and don’t understand what you are trying to implement taking into account screenshot you provided. Could you, please, provide us screenshot and highlight things you want to change/move and where?

    2) There is no such option in our theme. You may submit customization request here because additional customization is not included in basic support https://themeforest.net/page/item_support_policy

    Regards

    Avatar: amd4ever
    amd4ever
    Participant
    May 14, 2020 at 19:31
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 15, 2020 at 12:47

    Hello,

    I see. I’m afraid that a single builder does not have options to align the mentioned information in this way.

    Regards

    Avatar: amd4ever
    amd4ever
    Participant
    May 15, 2020 at 17:20

    its possible to add sku at {display: inline-block;margin-left: 40%;}

    .single-product .et_product-block .product_brand {display: inline-block;margin-left: 40%;}
    .single-product .et_product-block .price {display: inline-block;}
    .single-product .et_product-block .upsell-products-wrapper:empty { display: none;}

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 16, 2020 at 07:11

    Try to change the code for brand to http://prntscr.com/shrvhv

    Regards

    Avatar: amd4ever
    amd4ever
    Participant
    May 16, 2020 at 12:04

    i have this code now, what i must change?

    .single-product .et_product-block .product_brand {display: inline-block;margin-left: 65%;}
    .single-product .et_product-block .price {display: inline-block;}
    .single-product .et_product-block .upsell-products-wrapper:empty { display: none;}

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 16, 2020 at 12:10

    Have you seen the screenshot?
    This
    .single-product .et_product-block .product_brand {display: inline-block;margin-left: 65%;}
    to

    .single-product .et_product-block .product_brand {
        display: inline-block;
        margin-left: 65%;
        position: absolute;
        top: 10%;
    }

    Regards

    Avatar: amd4ever
    amd4ever
    Participant
    May 17, 2020 at 12:15

    at some products we have problem with line

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 18, 2020 at 15:32

    Hello,

    I have removed the previous code and replace it by http://prntscr.com/sj1tpi and used connection block to align brands correctly.
    Check now.

    Regards

    Avatar: amd4ever
    amd4ever
    Participant
    May 18, 2020 at 18:31

    its possible to paste the code? thanks

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 19, 2020 at 12:04

    Hello,

    I have provided you screenshot of the code http://prntscr.com/sj1tpi , you can find it in the Theme Options > Custom CSS.

    Regards

    Avatar: amd4ever
    amd4ever
    Participant
    June 6, 2020 at 11:55

    Remove url from our posts because we can’t edit it. Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 6, 2020 at 12:17

    Ok. Have a nice day.

    Regards

  • Viewing 16 results - 1 through 16 (of 16 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.