Home Forums Themes Support HelpDesk changing the colour of the page scroll up button on mobile

Topic Resolution: Not Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #19642

      Hi,

       

      How to change the colour of the page scroll up button.

      Thanks

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

      Hi,

      Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      #jas-backtop {
      background: #002e5b !important;
      border-color: #002e5b !important;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #19659

      Hi,

      The border-colour changed, but the background didn’t.

      Thanks

    • #19675

      Hi,

      Sorry, please change prev code to

      #jas-backtop {
      border-color: #002e5b !important;
      }
      #jas-backtop span::before  {
      background: #002e5b !important;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.