Icon on top scrollbar

Support Area Forums Responsive Visual Icon on top scrollbar

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #10056
    Marjorie Cohen
    Participant

    Hi Bill,

    I’m not sure of the correct term, but I would like an icon to appear on the top scrollbar for my website. Currently there is an empty box.

    Is there a way to create this?

    Thanks,
    Marjorie.

    #10061
    Bill Robbins
    Moderator

    Marjorie,

    Are you looking for a scrollbar arrow icon? If that’s the case, you could try disabling the scrollbar script that’s built into the theme. Here’s how:

    1. Go to the Appearance section and select Edit.
    2. From the files on your right, choose custom-js.php and look for this line:
      
      	jQuery(".nano").nanoScroller();
      

      and replace it with this:

      
      //	jQuery(".nano").nanoScroller();
      
    3. Save your changes.

    That will disable the script for that and will bring back the default sidebars except in Safari and Chrome. If you’d like to change them, edit the style.css file and scroll down quite a ways until you see:

    
    .nano .content::-webkit-scrollbar {
      -webkit-appearance: none;
    }
    

    and delete it. Save your changes.

    I believe that will bring back the default sidebars for you.

    If you’re looking for something else, let me know,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Icon on top scrollbar’ is closed to new replies.