Viewing 1 replies (of 1 total)
  • Hey there Eljhae,

    How are you doing today?

    Each menu item has unique ID which we can use to target link only for that menu item.

    So to do this please try adding the following CSS code to Appearance -> Customize -> Custom CSS:

    li#menu-item-1828 a {
        font-size: 13px;
        color: #222;
    }

    This should be the original values for font size and the color. Replace the numeric value in font size to increase/decrease size of that link and also change the color hex value to display another color. You can use sites similar to this one to get hex value for the color of your choice: http://www.color-hex.com/

    Hope this helps 🙂

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘One menu item customization’ is closed to new replies.