Archived topic
How to increase the size and weight of the search icon?
3 replies · Started by Cristiano on August 31, 2021
How to increase the size and weight of the search icon?
I would like to increase the size and weight (bold) in the search icon, on the top bar of my site so that it would be the same as the site I sent in the sensitive area.
My website works like this:

I would like to get this effect:

Can you help me, please?
Hi there,
You can try this CSS:
span.gp-icon.icon-search svg {
fill: red !important;
stroke: red !important;
stroke-width: 10px;
}
But this is limited. You may have to replace the actual SVG for search icon.
For changing of SVG icon for search, you can try Tom's PHP snippet here - https://generatepress.com/forums/topic/change-search-icon/#post-1835378
It worked, thank you very much!
No problem. :D