How to Target Different Menu Item Titles
-
Hi Nate, I need to add titles to the menu items so we can find them in the Menu Items admin, but if I do that the title adopts the fdm-section-header h3 title which I believe it is Tangerine ((that’s a lot of Tangerine on a menu))
I’ve tried this:
.fdm-item-panel p .fdm-item-title {
font-family: “Times New Roman”, serif;
font-style: italic;
font-size: 18px;
}But it doesn’t work. My current work around is to change all title fonts to something more boring, I’d like to keep Tangerine on the h3 and change it on the title of the menu items if that is possible?
Just tried to change the section h3 and it got overridden straight away:
.fdm-section-header h3 {
font-family: Raleway;
line-height: 40px;
font-weight: 400;
font-style: normal;
margin-bottom: 0;
}Would really appreciate some help with this one.
thanks
- The topic ‘How to Target Different Menu Item Titles’ is closed to new replies.