Home Forums WoodMart support forum Button modification

Button modification

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #488652

    j.espinozafabres
    Participant

    Hello, I have a question that is surely simple for you, but I can’t seem to find where to edit the button that opens up to scroll to the top of the page. The issue is that I installed a WhatsApp chat plugin that appears in front of the button that takes the page up to the top, and I would like to move it to the left side or, if possible, make it not visible. Thank you very much.

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .scrollToTop { 
    right: auto; left:20px;
     }

    If you want to remove it tr this code:

    body .scrollToTop {
       display: none;
    }

    Best Regards.

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