Cannot re-size main menu text

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeCannot re-size main menu text

This topic has been marked as not resolved.

Hi, I ran into a problem where I’m not able to modify the font or the text size of the main menu on my website from page builder. Homepage and most other pages have small menu text, and system pages, and information pages have large fonts.

site is

 

  • This reply was modified 2150 days ago by  ncbudai.
  • This reply was modified 2150 days ago by  ncbudai.
  • This reply was modified 2150 days ago by  ncbudai.
June 10, 2018 at 12:03 am #64597

Here are screenshots

June 10, 2018 at 12:05 am #64600

Hi,

1) Open catalog/view/theme/BurnEngine/template/tb/css/sticky-header.css.tpl

2) Find this code line:

.tbSticky > .tbStickyRow nav > .nav.nav-justified > li {

3) Replace it with:

#sticky_header.tbSticky > .tbStickyRow nav > .nav.nav-justified > li {

BR,
ThemeBurn team

June 13, 2018 at 1:37 pm #64633

I do not have that row of codes, here is the only code that’s similar.

.tbSticky nav > .nav.nav-justified > li {
-ms-flex: 0 0 auto;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
.tbSticky nav > .nav > li:before {
content: none !important;
}

June 14, 2018 at 1:26 am #64657

Hi,

Sorry, the code we’ve given you is from the newer (still) BETA version. In your case you need to change the first row to:

#sticky_header.tbSticky nav > .nav.nav-justified > li {

BR,
ThemeBurn team

June 15, 2018 at 3:08 pm #64672
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.