Site logo

[Resolved] Changing search icon in the menu in Volume template

Home Forums Support [Resolved] Changing search icon in the menu in Volume template

Home Forums Support Changing search icon in the menu in Volume template

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2602646
    pocketmint

    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?

    #2603264
    Ying
    Staff
    Customer Support

    Hi there,

    How do you want to change it? Do you want to switch an icon?

    If so, this article should help:
    https://docs.generatepress.com/article/generate_svg_icon_element/

    #2603605
    pocketmint

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

    #2603614
    Fernando
    Customer Support

    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;
    }
    #2604048
    pocketmint

    Hi Fernando, thank you. That worked!

    #2604756
    Fernando
    Customer Support

    You’re welcome!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.