New Landing How can we help? Themeforest Theme Support Neighborhood Edit contact us and leave feedback on product page

Viewing 10 posts - 1 through 10 (of 10 total)
  • #284852
    solesupply.no
    Member
    Post count: 93

    Hi,

    Where do I edit this setnings?

    Thanks!

    /JOachim

    Attachments:
    You must be logged in to view attached files.
    #284894
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin > Theme Options > Woocommerce Options > Feedback Modal and Email customer care modal.
    Thanks
    Mohammad

    #284900
    solesupply.no
    Member
    Post count: 93

    okay, is there any way di disable this? Not showing on the product page

    /Joachim

    Attachments:
    You must be logged in to view attached files.
    #284905
    David Martin – Support
    Moderator
    Post count: 20834

    Sure, using this:

    .single-product span.need-help, 
    .single-product span.leave-feedback {
        display: none;
    }
    #284923
    solesupply.no
    Member
    Post count: 93

    Not working

    /Joachim

    #284929
    David Martin – Support
    Moderator
    Post count: 20834

    You had one error in your css, a missing bracket.

    I also amended the supplied code to:

    .single-product span.need-help, 
    .single-product span.leave-feedback {
        display: none!important;
    }
    #284966
    solesupply.no
    Member
    Post count: 93

    Thanks! But why the dash “-” after SKU?

    See image for reference

    /Joachim

    Attachments:
    You must be logged in to view attached files.
    #285220
    David Martin – Support
    Moderator
    Post count: 20834

    Please also add:

    span.sku_wrapper {
        font-size: 0;
    }
    span.sku_wrapper span.sku:before {
        content: "SKU: ";
    }
    span.sku_wrapper span.sku {
        font-size: 14px;
    }
    #285224
    solesupply.no
    Member
    Post count: 93

    Thanks, solved it! 🙂

    /Joachim

    #285228
    David Martin – Support
    Moderator
    Post count: 20834

    Anytime!

    – David.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register