Viewing 4 replies - 1 through 4 (of 4 total)
  • rubyannrsls

    (@rubyannrsls)

    This code might help 🙂

    ul#secondary-menu-items a {
        font-size: 24px;
        color: green;
    }
    Thread Starter nonamer

    (@localgreeneats)

    Thanks Ruby,

    As you can see, it’s only changing the color for some of the buttons; do you know how to change that?

    rubyannrsls

    (@rubyannrsls)

    Did you insert the line of code in your css?

    ul#secondary-menu-items a {
        font-size: 24px;
        color: green;
    }

    Thread Starter nonamer

    (@localgreeneats)

    yes

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘changing specific fonts’ is closed to new replies.