Remove the "back to top button" only in mobile view

Home Forums Jevelin Theme Remove the "back to top button" only in mobile view

Home Forums Jevelin Theme Remove the "back to top button" only in mobile view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Devuser34
    Participant

    Hello,

     

    I would like to have the “Back to top button” in the desktop’s versions but not in the mobile. Is it possible not to show it only for the mobile devices? If not i must use another third party plugin.

     

    Thank you.

    Solution for this topic

    Hi @Devuser34,

     

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

     

    You can achieve it 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

     

    @media (max-width: 900px){
        .sh-back-to-top {
        display: none;
    }
    }
    

     

    Best regards,
    Shufflehound team

    Devuser34
    Participant

    Hello,

     

    perfect, thank you a lot, for your quick support.

    You are most welcome here 🙂

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