Site logo

Archived topic

How to add lean into the MENU font ?

3 replies · Started by Robert on May 13, 2021

Viewing posts 1–4 of 4

Hi

I just wannt to ask how to add lean (<i>) into the MENU font ?

Thx
Robert

Hi there,

do you want make all menu items italic ? if so add this CSS:

.main-navigation .main-nav ul li a {
    font-style: italic;
}

thx

You're welcome

This archived topic is closed to new replies.