Site logo

Archived topic

Changing search icon in the menu in Volume template

5 replies · Started by pocketmint on April 8, 2023

Viewing posts 1–6 of 6

Hi all, I am looking to edit the settings of the search icon in the Volume template (part of the site library) but was unable to find it. Can someone please help to navigate me on how to do this?

Hi Ying, thanks for replying. I wish to change the Color of it rather than switch icon. Where can I find the icon settings?

Hello there,

Try adding this through Appearance > Customize > Additional CSS:

span.gp-icon.icon-search svg {
    fill: #00ff00;
}

span.gp-icon.icon-search:hover svg {
    fill: #0000ff;
}

Hi Fernando, thank you. That worked!

You're welcome!

This archived topic is closed to new replies.