Home Forums WoodMart support forum "ScrollToTop button" background color change

"ScrollToTop button" background color change

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #84305

    mmrahmad91
    Participant

    Hello,
    I want to change scrollToTop button background color. Please help me.

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

    Hello,

    Add this code to the Theme Settings > Custom CSS:

    .scrollToTop {
        box-shadow: 0 0 5px rgba(0,0,0,.17);
        background-color: rgba(255,255,255,.9);
    }

    Change the colors as per your needs.

    Best Regards

    #84337

    mmrahmad91
    Participant

    Thanks for your helping hand. It’s solved.

    Regards
    Ahmad

    #84362

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘"ScrollToTop button" background color change’ is closed to new replies.