• I’ve just started setting up my theme, and the submenu font is tiny. Is there a way to change it? I only see where I can edit the primary menu font size. On the demo, both font sizes appear to be the same.

    For reference, the url is threefatesediting.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • What you see if you add the following line of code
    .menu-item-inner {font-size: 16px;} (or what suits you) by going to Appearance > Customize > Additional CSS ?

    Theme Author satoristudio

    (@satoristudio)

    Hey @araenel,

    thank you for choosing Bento! There’s no back-end control for the submenu text size at the moment, but we’ll add it to our development backlog. Meanwhile, you can alter the needed parameter by adding the following snippet to the “Additional CSS” tab of the “Appearance – Customize” admin section:

    .primary-menu .sub-menu { font-size: 20px !important; }

    Sincerely,
    Andrii / Satoti Studio

    Thread Starter araenel

    (@araenel)

    Thanks very much! Worked great. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Subtitle Font Size’ is closed to new replies.