Archived topic
Change the search icon
3 replies · Started by taratamiko on December 19, 2016
Could you help with the icon of the search icon, please? ツ
I would like to 'flip' the search icon.
From this:
http://g.recordit.co/HugiaCymFg.gif
to this:
http://www.screencast.com/t/mgJvGapI
I saw the forum post about blocking it in CSS and then re-adding it. If this is the case, then I'll follow that, if not...please let me know.
Thanks a million
Hi Tara,
Try this CSS:
.main-navigation li.search-item i {
transform: none;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Let me know.
Worked a treat! Thanks a million.
ツ
You're welcome :)