Site logo

Archived topic

resize off canvas on desktop

3 replies · Started by Victor Valladolid on June 24, 2021

Viewing posts 1–4 of 4

Hello team,

I use canvas off only for the desktop, I have looked for a way to change the size of the haburger icon.

https://prnt.sc/16mnmfo

Can you help me?

Thanks,

Greetings from Mexico.

Hi Victor,

Try this CSS:

@media (min-width: 769px) {
    .gp-icon.pro-menu-bars {
        font-size: 30px;
    }
}

Hola Ying,

Excelente, muchas gracias

You are welcome Victor :)

This archived topic is closed to new replies.