Filter icon colour - by MJGRand - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 2 years, 10 months ago ago by Rose Tyler

  • Avatar: MJGRand
    MJGRand
    Participant
    May 22, 2021 at 19:50

    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:Picture Icon

    How do i do that step by step?

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 23, 2021 at 07:10

    Hello,

    Add the next code in Theme Options > Theme custom CSS > Global custom CSS:

    .et-toggle-mob-sidebars-inner svg {
        fill: #6c1ed7 !important;
    }

    Regards

    Avatar: MJGRand
    MJGRand
    Participant
    May 30, 2021 at 12:58

    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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 30, 2021 at 15:55

    Hello,

    .et-toggle-mob-sidebars-inner .et-toggle {
        background-color: black;
    }
    .back-top span {
        color: red;
    }
    .back-top svg path {
        stroke: red;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.