How to change size of menu text above site heading

J Started by Jayde · May 21, 2018 at 8:37 am · 1 reply 1 voice Last reply 8 years, 1 month ago
J
Jayde Original poster Member
#1

Hi there,

I have my menu above the site heading on the landing page, and I’d like to make it slightly bigger, and try it out bold. Can you please let me know if there’s text I can add to additional css to accomplish this? Thanks in advance 🙂

ST
Spiracle Themes Original poster
#2

Hi Jayde,

Try the CSS below

#elvinaa-main-menu-wrapper .nav>li>a{
font-size: 16px;
font-weight: 700;
}

Change the size ie 16px according to your need.

Copy and paste the CSS above in Appearance -> Customize -> Additional CSS

Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to How to change size of menu text above site heading

By posting, your reply becomes public (unless marked private).