-
AuthorPosts
-
July 13, 2021 at 7:56 pm #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 4 years, 3 months ago by
TakiwaSoulArt.
July 15, 2021 at 11:22 am #1310240Hey 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,
RikardJuly 15, 2021 at 12:24 pm #1310253Hey 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
July 18, 2021 at 6:33 pm #1310620Hi,
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,
IsmaelJuly 28, 2021 at 4:23 pm #1313068Hi Ismael,
thank you for the idea. I will try it. And sorry for my late answer.
Greetings,
SabineJuly 29, 2021 at 4:45 am #1313134Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonJuly 29, 2021 at 10:22 am #1313196Hi,
you can close it, thank you.
Best regards,
SabineJuly 30, 2021 at 4:39 am #1313364Hi Sabine,
Thanks for using Enfold and have a great day!
Best regards,
Nikko -
This topic was modified 4 years, 3 months ago by
-
AuthorPosts
- The topic ‘scrollbar color changing’ is closed to new replies.
