Site logo

Archived topic

2 different menu styles

1 reply · Started by Espresso on February 5, 2021

Viewing posts 1–2 of 2

Hi there,

Did you build your home page using elementor?
That's why the style from elementor has overwritten the customizer settings.

You could use this CSS to overwrite elementor's style.

.main-navigation .main-nav a {
    font-family: inherit;
}

Let me know :)

This archived topic is closed to new replies.