Okay
  Public Ticket #2252865
In header, My search icon is not working on karo jewelry theme
Closed

Comments

  • Noor Mohammad started the conversation

    In header, My search icon is not working on Karo Jewelry theme. but other icons are fine. only header search icon is not showing.

  •  2,575
    Kevin replied

    Hi Noor Mohammad !

    Add this css property at Appearance-> Customize-> Additional CSS


    .fa.fa-search: before {
        font-family: simple-line-icons;
        content: "\e090" !important;
    }

    thank you