New Landing How can we help? Cardinal remove share this

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Cardinal
  • #261912
    nikosk
    Member
    Post count: 65

    Hello,

    I want to completely disable the share this button. Is this possible via the theme options?
    I have tried via default meta options –> Default Include Social Sharing and I have selected off.

    Is this correct?

    I cannot seem to disable it and I have emptied all cache.

    Any ideas?

    #262057
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    article.type-post .article-share {
      display: none!important;
    }

    – Kyle

    #262072
    nikosk
    Member
    Post count: 65

    Thanks Kyle. It worked.

    One more thing for future reference.

    How do I do the same with products of woocommerce?

    #262073
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .single-product .product-share {
      display: none!important;
    }

    – Kyle

    #262084
    nikosk
    Member
    Post count: 65

    ok thank you
    You may close the topic

    #262086
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #318712
    strongboxdf
    Member
    Post count: 10

    Hi I tried your suggestion and added
    article.type-post .article-share {
    display: none!important;
    }
    to the custom css area but I still got the share this button shown up at my portfolio items.

    Thanks

    #318750
    David Martin – Support
    Moderator
    Post count: 20834

    @strongboxdf – URL?

    #319041
    strongboxdf
    Member
    Post count: 10
    This reply has been marked as private.
    #319048
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this one instead.

    .article-share {
       display: none!important;
    }

    -Rui

    #319056
    strongboxdf
    Member
    Post count: 10

    Cool – it’s gone.

    Thanks very much!!

    #319064
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Rui. If you have found the theme/support useful, we appreciate it if you can leave feedback on our item if you have the time as it really helps us out.

Viewing 12 posts - 1 through 12 (of 12 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