• Hi there,

    I wonder if anyone can help me with a problem I’m getting: I can’t seem to change the font size on the header menu. I edited the code to a larger font size under “style” but it isn’t working!

    Here’s where I think the code is:

    ‘.main-navigation a {
    color: #FFF;
    display: block;
    font-size: 1.1rem;
    font-size: 11px;
    font-weight: normal;
    margin-right: 1em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.2em 0.8em’

    I’m using Adamo theme.

    Here’s the link:

    Would appreciate if someone could help me out.

    Thanks,
    Pedro

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding the following CSS to your stylesheet:

    .main-navigation a {font-size: 19px !important;}

    Thread Starter zacklx

    (@zacklx)

    hi realmattbender

    Thanks for your help but it’s still not working…any specific point in CCS to introduce that?

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trouble Editing Menu Font Size’ is closed to new replies.