Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I’d like to know how I can replace the search icon with the shopping cart icon on the main menu? Here is my website: http://spotlightlocal.net/
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.