This is how to create a custom scrollbar in Wix Studio
/ Articles -
Velo & Code
October 6, 2024
Want to give your or your client’s website a unique touch? This simple scrollbar tweak can instantly elevate your design and create a more personalized feel.

Detailed guide
Access your Wix Dashboard:
Log into your Wix account and navigate to your site dashboard.
Open Settings: Click on Settings in the left menu.
Locate Advanced Settings: Scroll down to Advanced and select Custom Code.
Add Custom Code: Click the Add Custom Code button.
Paste the Code: Insert the provided code into the first textbox.
Apply to All Pages: Ensure the code is set to apply to all pages and is placed in the head section.

<style>
/* To customize the scrollbar */
::-webkit-scrollbar {
width: 12px; /* Standard width for the scrollbar */
}
::-webkit-scrollbar-track {
background: #1B1C1D; /* Dark gray background for the scrollbar track */
}
::-webkit-scrollbar-thumb {
background-color: #C2C2C2; /* Gray color for the scrollbar */
border-radius: 6px; /* Rounded corners for the scrollbar */
}
::-webkit-scrollbar-thumb:hover {
background-color: #FF4D02; /* Orange color on hover to provide visual feedback */
}
/* Reset scrollbar to default appearance when less than 750px */
@media (max-width: 750px) {
::-webkit-scrollbar {
width: auto; /* Standard width for the scrollbar */
}
::-webkit-scrollbar-track {
background: none; /* No background for the scrollbar track */
}
::-webkit-scrollbar-thumb {
background-color: transparent; /* No color for the scrollbar */
}
}
</style>
The code used is the one used on this website. If you want to change it, paste it into Chat GPT and describe what you want.
If you have any further question, you can alway write me a message.
You might also like

6 smart ways to improve website clarity and UX
You’ve got 3 seconds. That’s how long it takes for visitors to decide whether to stay on your site or bounce. In those few moments, your website needs to make a great first impression.
The hero section, typically the first thing people see, should instantly communicate three things:
1. Who you are
2. What you do
3. What makes you different
If it doesn’t do all three, it’s time for a refresh.

Is Google selling Chrome? What you need to know
Maybe you've been seeing headlines about Google maybe having to sell Chrome. The U.S. Department of Justice (DOJ) is pushing some big changes that could actually reshape how we browse the internet.
So what’s happening? Why is the U.S. government going after Google’s browser in the first place? And what would it mean if Chrome wasn’t owned by Google anymore?
Let’s break it down.

Is Arc browser dead? Here’s what’s really happening
If you’ve been using Arc and love its clean design, smart tab management, and overall modern take on web browsing, you might have heard rumors that it’s shutting down. But is Arc browser actually dead? Not quite, but it’s in an uncertain place.
Here’s what’s happening with Arc, why The Browser Company (the team behind Arc) is shifting focus, and what it means for users like you.

Why SEO seems complicated (and why it’s not)
If you've ever felt like SEO is a never-ending maze of changing rules, secret techniques, and conflicting advice, you're not alone. But the truth is, SEO isn’t as complex as people make it seem. The real challenge? Cutting through the noise and understanding what actually works.
Let’s break down why SEO seems complicated, the myths that hold people back, and the simple truths that drive real rankings.

UX Design is dead - long live UX Design
The rise of AI has sparked a lot of fear in the design industry and other creative fields, and UX design is no exception. Will AI replace designers? The short answer: no. But the long answer? Designers who don’t embrace AI might find themselves replaced by those who do.
Explore my work
Copy & Web Design

Campus Webbyrå
Campus Webbyrå, a digital agency for small and medium-sized businesses, needed a website redesign to better showcase their services and enhance user engagement. The goal was to create a user-friendly, visually appealing website that effectively communicates their unique position as an agency created by students.
Tools used
Wix Studio
Web Design

Campus Vänner
Campus Vänner, a non-profit organization based in Helsingborg, connects university students with local companies in the Skåne region. They needed a modernized brand identity and an enhanced online presence to appeal to their target audiences - students and businesses.
Tools used
Wix Studio & Photoshop