Home Forums Basel support forum Edit Font on SubMenu (drop-down)

Edit Font on SubMenu (drop-down)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9828

    Liliana Resende
    Participant

    Hello Xtemos!
    Very nice theme!!

    Is it possible to edit the font on the Header Sub-Menu (in the dropdown)?
    I need to remove the caps font. And maybe decrease the size of it.

    Thank you so much.

    #9832

    Artem Temos
    Keymaster

    Hello,

    Thank you so much purchasing our theme and contacting our support center.

    Yes, you can use this code snippet to change menu items font

    body .basel-navigation .menu>li.menu-item-design-full-width .sub-menu>li>a, 
    body .basel-navigation .menu>li.menu-item-design-sized .sub-menu>li>a {
    	text-transform:none;
      	font-size:14px;
    }
    

    Kind Regards
    XTemos Studio

    #9835

    Liliana Resende
    Participant

    Thank you so much, it worked very well!

    #9836

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Edit Font on SubMenu (drop-down)’ is closed to new replies.