Scrollbar color in FPD - It seems invisible on my site

Posted about 1 year ago by Aaron McNeil

Post a topic
Answered
A
Aaron McNeil

Hey all.  How can I change the scrollbar color?  It seems like it's reverse to what it should be color wise.


Thanks!

0 Votes

FPD Helper

FPD Helper posted about 1 year ago Best Answer

Hello Aaron McNeil, 

You can change the color of the scroll bar by using a small CSS code. Please put the following code in FPD UI > Custom CSS section;

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: red;
}


Thanks

0 Votes


5 Comments

Sorted by
FPD Helper

FPD Helper posted about 1 year ago

Please clear the cache of your website and try again. If it still doesn't work, please "Submit a Ticket".


https://support.fancyproductdesigner.com/support/tickets

0 Votes

A

Aaron McNeil posted about 1 year ago

Sure, here you are, thank you!

0 Votes

FPD Helper

FPD Helper posted about 1 year ago

Where did you place that code, can you please share the screenshot?

0 Votes

A

Aaron McNeil posted about 1 year ago

Hmm, I tried that and it did not work.  I cleared my cache and cookies in all 3 browsers, safari, brave, and chrome.  Any idea why it would not work?  Sorry for the hassle!

0 Votes

FPD Helper

FPD Helper posted about 1 year ago Answer

Hello Aaron McNeil, 

You can change the color of the scroll bar by using a small CSS code. Please put the following code in FPD UI > Custom CSS section;

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: red;
}


Thanks

0 Votes

Login or Sign up to post a comment