• Resolved felizszk

    (@felizszk)


    hey, I’ve tried

    .svg.search-icon {
    	height: 20;
    	width: 22;
    }

    (to change size)

    and

    .is-menu path {
     
    fill: #b2b2b2;
     
    }

    (to change color)

    but nothing happens. please help to fix this.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter felizszk

    (@felizszk)

    also to change the color; I’ve tried,

    .is-menu path.search-icon-path {
            fill: #daa520;
        }

    this fixes it. but still can’t figure out how to change the size?

    • This reply was modified 4 years, 3 months ago by felizszk.
    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    I hope you are well today and thank you for your question.

    You can change the menu search icon size using below CSS code.

    .is-menu svg.search-icon {
        width: 30px;
        height: 30px;
    }

    Best regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t change the search icon size and color.’ is closed to new replies.