New Landing How can we help? Atelier Remove "Share" divider on product page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #279649
    AgenceSurprise
    Member
    Post count: 76

    Hi,

    Would you know how I can remove the divider that is in all products pages and contains the “share” word ? (see attached)
    Thanks a lot in advance !

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

    Please add this to Theme Options => Custom CSS:

    .woocommerce div.product div.summary .sf-share-counts {
        border: none!important;
    }
    #279666
    AgenceSurprise
    Member
    Post count: 76

    Thank you so much David ! It works perfectly 🙂
    One more question : is there a way to reduce the margin between the product name and its price ?

    #279673
    David Martin – Support
    Moderator
    Post count: 20834

    Sure, please add this:

    .woocommerce div.product .product_title {
        margin-bottom: 0;
    }
    .summary-top {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    Thanks.

    #279688
    AgenceSurprise
    Member
    Post count: 76

    Great thanks a lot !!

    #279689
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks David!

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

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

License required for one of the following items
Login and Registration Log in · Register