How to Change Scrollbar Color using CSS in Website | WordPress | PHP | HTML

preview_player
Показать описание
In this website tutorial you will learn how to change scroll bar color using css in website and you can use this css to website e.g html, php or wordpress also.

Paste Code in CSS Section:

** this is latest custom css and working properly:

/* total width */
body::-webkit-scrollbar {
width: 8px;
}
/* scrollbar itself */
body::-webkit-scrollbar-thumb {
background-color: #d24b49;
border-radius: 30px;
border: 0px solid #fff;
}
/* changes the color of the scrollbar on hover */
body::-webkit-scrollbar-thumb:hover {
background-color: #ad343e;
}

------------------------------------
OR
------------------------------------

body::-webkit-scrollbar-thumb {
background-color: #C42730;
border-radius: 0px;
border: 1px solid #C42730;
}

#scrollbar #color #css #php #wordpress #html #webtaskwithhassan #hassangilani
Рекомендации по теме
visit shbcf.ru