Change submenu font

Hello guys!
I need your help again. I have changed the header fonts and I need to change them in the submenu. I remember you changed it for me already so I have checked in the CSS to change it from there but there is nothing. So I am not sure where else to look.

The new font is Architects_daughter

On another note I need to understand why I keep seeing an Italic font in my back end in both browsers Chrome and Safari. I have emptied the cache thousands times.
Is that normal?

Thanks a lot.
cheers
isabella

Hello Isabella,

Please try this code:

.x-navbar .desktop .sub-menu a {
    font-size: 'Architects_daughter';
}

Please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Hope this helps.

hello there, no, it doesn’t work for the submenu…:frowning:

Hi Isabella,

Please change that CSS to this.

.x-navbar .desktop .sub-menu a {
font-family: "Architects Daughter",handwriting;
}

Hope this helps.

oh yes it works
thanks a lot

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.