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

    Hello,

    How can I change the color of the arrow that takes the user back up to the home section on my page? I would like to make it darker and more visible. Please see below.

    Thanks

    #713248

    Hey Wisith!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #scroll-top-link {
        color: #e4e6f0;
        border-color: #2d333b;
        background-color: red;
    }
    #scroll-top-link:hover {
        color: #000000;
        border-color: red;
        background-color: green;
    }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.