Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

How can I change the size of the mobile menu icon

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hey guys, my client has asked me if I can make the menu icon that appears on smaller screens and mobile devices more prominent. I'm referring to the one circled in red below:
Attachments:
  • Garageast's Avatar
  • Garageast
  • LIfetime Developer - Big Bamboo
  • 270 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Sure you could do that

You would add css targetting the font icon to increase its size - so if you wanted you could have media queries at various break points

e.g currently its set at this
@media (max-width: 920px) {

#navwrap button { font-size: 1.48em;}
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Garageast

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers