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 🙂
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 🙂
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