Site logo

Archived topic

How to increase the size and weight of the search icon?

3 replies · Started by Cristiano on August 31, 2021

Viewing posts 1–4 of 4

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:

1

I would like to get this effect:

2

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

This archived topic is closed to new replies.