This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

1
  1. Andrew Misplon Staff 11 years, 10 months ago

    Hi Derek

    The search icon isn’t an SVG icon, it uses an image background, if you have both a normal and hover icon ready in your media library try put this into Appearance >Custom CSS:

    /* Search */
    #search-icon #search-icon-icon .icon {
    background: url('images/sprites-1-1-11.png') no-repeat !important;
    }
    #search-icon #search-icon-icon:hover .icon {
    background: url('images/sprites-1-1-11.png') no-repeat !important;
    }

    And replace images/sprites-1-1-11.png and images/sprites-1-1-11.png with your urls.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread