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

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

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