how to change the font colour and size of menu title

ThemeBurn SupportForumsOpenCart ThemesBurnEnginehow to change the font colour and size of menu title

This topic has been marked as resolved.

please advise me on how to change the font colour and size of menu title.

 waelsh
August 3, 2017 at 12:11 pm #60785

Hi,

Are you referring to the megamenu level 2 title? Color can be changed from Theme Settings > Colors > Dropdown.

http://i.imgur.com/xTPEgWI.png

Font size doesn’t have a dedicated setting and you will need to use some custom code:

.dropdown-menu .h4 {
  font-size: 16px;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

August 7, 2017 at 4:14 pm #60861

Thanks

 waelsh
August 18, 2017 at 11:00 am #61045

Glad we’ve helped, mate!

BR,
ThemeBurn team

August 20, 2017 at 10:07 pm #61088
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.