How to increase the font size of categories and subcategories in the mobile menu

ThemeBurn SupportForumsOpenCart ThemesBurnEngineHow to increase the font size of categories and subcategories in the mobile menu

This topic has been marked as resolved.

Hi ThemeBurn,

We would like to know how to increase the font size of the categories and subcategories in the mobile menu?

You can see the attached images.

BR,
Stefan Pavlov

February 16, 2017 at 2:34 pm #56532

Hi Stefan,

This extra code should do the job:

.tbMobileMenu .tbMainNavigation .nav > li > .dropdown-menu > .tb_tabs > .tab-content > li > a,
.tbMobileMenu .tbMainNavigation .tb_subcategories .tb_list_1 > li > a
{
  line-height: 30px;
  font-size: 18px !important;
}

BR,
ThemeBurn team

February 24, 2017 at 12:44 am #56802

Hi,
Thank you. That code did the job.

BR,
Stefan Pavlov

February 24, 2017 at 10:02 am #56816

Glad we’ve helped, Stefan.

BR,
ThemeBurn team

February 28, 2017 at 10:16 am #56961
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.