This topic has 4 replies, 2 voices, and was last updated 1 years, 4 months ago ago by Rose Tyler
Hello,
is there anyway to change the appearance of the scrolling bar on the mega menu static block?
perhaps make it larger or wider?
change colors?
we have added the domain on the PCA.
thanks for your help!
Hello,
Thank you for getting in touch with us.
Please read – https://www.w3schools.com/howto/howto_css_custom_scrollbar.asp
for example – https://prnt.sc/YnngthqFwMNY
/* width */
.et_b_header-menu:not(.header-secondary-menu) li:hover>.nav-sublist-dropdown:not(.nav-sublist)::-webkit-scrollbar {
width: 10px;
}
/* Track */
.et_b_header-menu:not(.header-secondary-menu) li:hover>.nav-sublist-dropdown:not(.nav-sublist)::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
.et_b_header-menu:not(.header-secondary-menu) li:hover>.nav-sublist-dropdown:not(.nav-sublist)::-webkit-scrollbar-thumb {
background: red;
}
Kind Regards,
8theme team
Thank you Rose,
Will this edit the scroll bar for the mega menu static blocks correct?
Hello,
Yes, the mentioned custom CSS code will affect the scroll bar for the mega menu static blocks.
Kind Regards,
8theme team
Tagged: appearance, best selling, change, scroll bar, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up