• Resolved cullachie

    (@cullachie)


    We are soon to finalsie tyhe transition to storefront from anothervtheme andwant to alter tghe font size/weight in the drop-down sub menu. We have tried…

    .main-navigation ul ul a {
        font-weight: bold;
    	font-size:17px;
      color: #000000;
    }
    

    But that does nothing. Maybe we are doing something wrong. Is it possible to do something to make it work?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @cullachie

    Thanks for reaching out!

    I understand that you are using the code above to alter the font size and weight of the text of your navigation menu, correct?

    Please try to add the revised CSS code below under Appearance > Additional CSS instead and see if this makes any difference:

    /* Change font weight and font size of the sub-menu in the navigation menu */
    
    .main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
    	font-weight: bold;
    	font-size: 17px;
    }

    Hope this helps!

    Thread Starter cullachie

    (@cullachie)

    That did the trick!
    Xue, you are marvellous, once again.

    Hello,

    Glad to hear that my colleague @xue28 helped you out.

    If you have a few minutes, we’d love it if you could share your experience with the community by leaving a review here.

    Best.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font size & weight sub menu’ is closed to new replies.