Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #57889
    thadeu henrique
    Participant
    Premium Member

    i am hosting a e-learning website on WordPress, with sensei LMS and woocommerce paid courses.

    The big problem is: when i go to the pages, such as contact, or, sensei course or my courses pages, or lessons it does shows the sharing options, and i don’t think it is elegant, i think these links should desapear.

    so, how can i get rid of the social sharing options in pages, and products, and other kind of page structure, and keep it only in posts?

     

    thanks in advance

    #57902
    vako
    Keymaster
    WP Royal Team

    Hi Thadeu,

     

    Can you please describe the issue you have more detailed? Please share a direct link to the page where the issue appears and for more clarifications, screenshots will be much appreciated.

     

    Kind Regards

    #57918
    thadeu henrique
    Participant
    Premium Member

    my website is:

    http://www.megadimensao.com.br and i do have the sensei e-learning platform on it.

    and the courses pages has as template, the wordpress theme it self

    and i want to hide the social sharing options of pages, and keep it only on blog posts, or, remove all the social sharing icons such as facebook thumblr, whatsapp, G+ etc…

    i want to get rid of the social sharing options on pages footer and also top…

    i want to remove it completelly

    #57930
    vako
    Keymaster
    WP Royal Team

    Hi Thadeu,

     

    Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:

    .footer-socials {
    display: none;
    }
    .post-share {
    display: none;
    }

     

    Kind Regards

    #57946
    thadeu henrique
    Participant
    Premium Member

    yes! it does work! thank you! i luv it

    #57952
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.