This topic has 4 replies, 2 voices, and was last updated 3 years, 5 months ago ago by Rose Tyler
Hi, i would like to change the colour of Marselle theme product catalog filter icon(siderbar widget) on mobile. Here is a picture of icon:
How do i do that step by step?
Hello,
Add the next code in Theme Options > Theme custom CSS > Global custom CSS:
.et-toggle-mob-sidebars-inner svg {
fill: #6c1ed7 !important;
}
Regards
Great it working! But what about BG colour for the same icon? Because this code changes only the pin colour.
Also i would like to do the same for” Scroll Loader” icon. When you scroll down and it shows how much left to scroll. I want to change the loading circle instead of black.
Thanks
Hello,
.et-toggle-mob-sidebars-inner .et-toggle {
background-color: black;
}
.back-top span {
color: red;
}
.back-top svg path {
stroke: red;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up