This topic has 2 replies, 2 voices, and was last updated 1 years, 4 months ago ago by Rose Tyler
Hello,
we have a scroll feature on the all brands we carry section.
domain on PCA
how can we edit the scroll feature in terms of color for both the scroll features which appear
1) the main scroll which is currently active (when you hover over the all brands)
2) the scroll which appears on the popup menu (which is currently not showing)
thanks for your help!
Hello,
Thank you for contacting us and for using XStore.
Please try to use the next code:
/* Track */
.et_b_header-menu .secondary-menu-wrapper #menu-all-brands:not(.nav-sublist)::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
.et_b_header-menu .secondary-menu-wrapper #menu-all-brands:not(.nav-sublist)::-webkit-scrollbar-thumb {
background: red;
}
Kind Regards,
8theme team
Tagged: best selling, customize, edit, guide, scroll feature, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up