Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #189106

    Can you let me know the code necessary to remove the square scroll top button from showing?
    Thanks in advance

    EDIT: As a sidenote it seems the button’s color is defined by the Socket background color so if you want to have a white socket then your button becomes transparent. How could you make lets say green scroll up button and a white socket footer as one might want that scroll up button to be a particular color.

    #189218

    Hi Monsoon!

    Please add following code to Quick CSS in Enfold theme options under Styling tab to change color of Back to top button

    #scroll-top-link { 
    color: white;
    border: 1px solid #e1e1e1;
    background-color: red; }
    

    If you would like to remove it, please use

    #scroll-top-link {display: none; }

    Best regards,
    Yigit

    #254615

    Hello Yigit,

    Thanks the code to change the color worked very well.

    Do you have an additionnal code to change the “alternate” color of the scroll to top botton (which is by default in Grey) ?

    Regards ;)

    Yassine

    #254627

    Hi!

    Please add following code to Quick CSS as well and adjust as needed

    #scroll-top-link:hover { color: red; border-color: orange; background-color: green; }

    Regards,
    Yigit

    #254634

    It worked perfectly!

    Thanks for the quick answer ;)

    Regards,

    Yassine

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Enfold – Remove Scroll Top button (or change its color)’ is closed to new replies.