• Scroll to Top color options in customize settings have little to no impact on website.

    All server and site caching disabled. WordPress, Plugins, Themes all up to date.

    • This topic was modified 3 years, 3 months ago by mediumd.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @mediumd,

    I am sorry for the delay in response.

    You can manage the scroll-to-top button color with this CSS code:

    .go-top {
      background-color: #9cb77d;
    }
    
    .go-top:hover {
      background-color: #43bda0;
    }
    
    .go-top .sydney-svg-icon svg {
      fill: #ff0000 !important;
    }
    
    .go-top:hover .sydney-svg-icon svg {
      fill: #fff000 !important;
    }

    Add it to Appearance > Customize > Additional CSS from dashboard.

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Scroll to Top: Colour’ is closed to new replies.