Home Forums WoodMart support forum How to remove the up arrow only for the mobile version of the site?

How to remove the up arrow only for the mobile version of the site?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #624439

    mbsoftmb
    Participant

    Hello. How to remove the up arrow only for the mobile version of the site?

    Attachments:
    You must be logged in to view attached files.
    #624685

    Hung Pham
    Keymaster

    Hi mbsoftmb,

    Thanks for reaching to us and appreciate your patience.

    Please try to use the below custom CSS code and paste it to Theme Settings > Custom CSS > Mobile CSS section:

    .scrollToTop.button-show {
        display: none;
    }

    Best Regards,

    #624880

    mbsoftmb
    Participant

    I need to remove the up arrow only for the mobile version of the site, for the desktop version leave the up arrow. Your code removes the arrow everywhere.

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