Site logo

Archived topic

Increase size of menu icon and search button icons

3 replies · Started by Immi on July 23, 2018

Viewing posts 1–4 of 4

Hello there, is any way to increase size of menu icon and magnifying glass search icon. When view site on mobile devices.

Hi there,

Try this CSS:

@media (max-width: 768px) {
    .menu-toggle, .main-navigation .mobile-bar-items a {
        font-size: 20px;
    }
}

Hello Leo, Thanks for responding above css working for glass search icon and Menu page font.not working for hamburger icon.
I want to change only 2 things. magnifying glass Icon and hamburger icon with bold

This archived topic is closed to new replies.