Moving the Shopping Cart Icon in the Menu
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/
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.