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.

Your website’s homepage is trying to do too much
Your website’s homepage is trying to do too much
Web & UX Design

Why people don’t read your content (what they do instead)
Why people don’t read your content (what they do instead)
Web & UX Design

5 things I've learned from working with linkedin marketing
5 things I've learned from working with linkedin marketing
Marketing
Vill du veta
mer om mig?
Explore my work
Webbdesign

Norrklint
Norrklint är ett svenskt fintechbolag som hjälper små och medelstora företag att hitta finansieringslösningar. För deras varumärke arbetade jag med att ta fram en ren och modern visuell identitet som förmedlar förtroende, tydlighet och professionalism. Designen fokuserar på intuitiva gränssnitt och tydlig kommunikation, vilket gör komplex finansiell information enklare att förstå för användarna.
Tools used
Wix Studio & Recraft
Webbdesign

Karlsson bil
Karlsson Bil är en bilhandlare baserad i Varberg som köper, säljer och renoverar fordon, bland annat den exklusiva serien Lignon Scandinavia med handbyggda Land Rover Defenders.
I projektet arbetade jag med att ta fram en webbdesign som kombinerar den klassiska Defenderns arv med ett modernt och stilrent uttryck. Fokus låg på att skapa en smidig och intuitiv upplevelse där besökare enkelt kan utforska aktuella fordon, läsa om specialbyggda renoveringar och få en tydlig bild av processen kring köp och försäljning.
Tools used
Wix Studio & Custom code
Webbdesign & Branding

Carin Fredén
Carin Fredén är en Malmöbaserad fotograf med fokus på högkvalitativ företagsfotografi och visuell varumärkeskommunikation. Hennes webbplats presenterar hennes arbete och tjänster och hjälper företag att stärka sin visuella identitet genom bilder.
Tools used
Wix Studio, Figma & kod





