How to change size of menu text above site heading
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 🙂
Replies (1)
-
May 21, 2018 at 8:37 am
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 🙂
-
May 21, 2018 at 11:32 am
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