Radiate Theme – Menu Drop Down Text

  • Unknown's avatar

    I am using the theme Radiate and need to know how to change the font size of the menu drop down text. (For example, my menu drop down text include Home, Discussion, About, Shop, Contact.)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    The font-size for submenu items can be changed by adding the CSS below to your site in My Sites > Customize > CSS:

    .main-navigation ul ul li {
        font-size: 1.8rem;
    }

    If the CSS doesn’t have the desired effect, please let me know :)

  • Unknown's avatar

    For example, my menu drop down text include Home, Discussion, About, Shop, Contact.

    Those sound like they might be top level menu items, not drop downs (submenu items). As your site is hidden behind a maintenance mode plugin, I’m unable to see them.

    If you want to change the font-size for top level menu items (like Home, Typography, and About Me in the theme demo), then please use this CSS instead:

    .main-navigation li {
        font-size: 2rem;
    }
  • The topic ‘Radiate Theme – Menu Drop Down Text’ is closed to new replies.