• Resolved chaquefois

    (@chaquefois)


    Would like to change the search icon in the header sticky navigation menu, but can’t seem to find where it’s located. Ideas?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello chaquefois,

    Search icon is added through glyphicon icon class. If you want to change icon add below css code into your current active child theme’s style.css file or you can add it additional css option into theme customizer.

    
    .header-search .glyphicon-search::before {
     content: url(Your Icon Url); 
    /* Example : content: url(http://www.degtyarsk.ru/images/ico_sh.png) */
    }
    

    Hope this will helps you.

    Thanks !

    Thread Starter chaquefois

    (@chaquefois)

    Thank you AddWeb Solution Pvt. Ltd. 🙂

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    @chaquefois,

    Good to see that our provided solution worked for you. Can you please mark as “Accepted Solution” to make my put in efforts worth

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Sticky Menu Search Icon’ is closed to new replies.