Hide share buttons on mobile

Home Forums Gillion Theme Hide share buttons on mobile

Home Forums Gillion Theme Hide share buttons on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • hgvj
    Participant

    Hi there!

     

    Is it also possible to hide the sharing buttons on mobile (responsive)?

     

    Thanks in advance!

    Jeroen

    Solution for this topic

    Hi Jeroen,

     

    I hope you are well today and thank you for your question.

     

    You can hide it on mobile by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .post-content-share-mobile-contaner {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    hgvj
    Participant

    Thank you! Works great! Is there also a way to remove the line’s between the post in a category page? For example:https://hgvj.eu/huis-tuin/

    Solution for this topic

     Is there also a way to remove the line’s between the post in a category page? For example:https://hgvj.eu/huis-tuin/

    Please use below custom CSS code to remove it.

     

    .archive.category article .post-container {
        border-bottom: 0;
    }

    hgvj
    Participant

    Perfect!!! Looks much better. Thank you!

    You are most welcome here 🙂

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