Site logo

Archived topic

Customize Menu Icons (Mobile/Desktop)

3 replies · Started by Charbel on September 25, 2021

Viewing posts 1–4 of 4

Hello @David,

Hope you are doing well.

I have a small request for Mobile Menu, please.
I changed the Hamburger icon size (left-hand side) for Mobile using the following CSS code:

.main-navigation .menu-toggle {
font-size: 20px;
}
I would like to do the same for the Search icon on the right-hand side to increase its size a bit (from 16px to 20px). The 'Search' icon size should reflect both Mobile and Desktop, the Hamburger icon (menu-toggle) is only for Mobile.

Could you please help?

Thank You!

Hi there,

add this CSS to resize the search icon:

.gp-icon.icon-search  {
    font-size: 20px;
}

Thank you @David, much appreciated!

It works as expected.

Thanks!

You're welcome

This archived topic is closed to new replies.