Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1310027

    Hi,

    I want to change the color of the scrollbar and used this code, but it doesn’t work:

    body::-webkit-scrollbar {
    width: 12px; /* width of the entire scrollbar */
    }

    body::-webkit-scrollbar-track {
    background: orange; /* color of the tracking area */
    }

    body::-webkit-scrollbar-thumb {
    background-color: blue; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 3px solid orange; /* creates padding around scroll thumb */
    }

    In some demo versions, you have a colored scrollbar. Which code have I to use? I like the version of your demo Enfold Restaurant with the reservation tool.

    Thank you and greetings, Sabine

    • This topic was modified 3 years, 4 months ago by TakiwaSoulArt.
    #1310240

    Hey Sabine,

    This might help you out: https://stackoverflow.com/questions/9251354/css-customized-scroll-bar-in-div. If you need further help, then please post a link to your actual site, so that we can have a closer look.

    Best regards,
    Rikard

    #1310253

    Hey Rikrad,

    sorry, it didn’t help me anyway. It is the website in the private content. I only use the code, that you used in the demo version of the Restaurant …. and the place where I have to put in.

    Thank you and greetings

    #1310620

    Hi,

    Thank you for the update.

    The css code that you posted above should work on webkit browsers such as Chrome or Safari. Which browser are you using? For other browsers, you could try this new css property.

    // https://css-tricks.com/almanac/properties/s/scrollbar-color/

    Best regards,
    Ismael

    #1313068

    Hi Ismael,

    thank you for the idea. I will try it. And sorry for my late answer.

    Greetings,
    Sabine

    #1313134

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1313196

    Hi,

    you can close it, thank you.

    Best regards,
    Sabine

    #1313364

    Hi Sabine,

    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘scrollbar color changing’ is closed to new replies.