• Resolved olesuper8

    (@olesuper8)


    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

    https://www.ads-software.com/plugins/food-and-drink-menu/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi olesuper8,

    You were almost there! There’s a slight mistake in the title rule you’re using:

    .fdm-item-panel p .fdm-item-title

    The .fdm-item-title is attached to the p element, so you’d need to pull them together, like p.fdm-item-title.

    .fdm-item-panel p.fdm-item-title
    Thread Starter olesuper8

    (@olesuper8)

    Hi Nate, thanks… I tried this:

    .fdm-item-panel p.fdm-item-title {
    font-family: Raleway;
    font-style: normal;
    color: #000000;
    font-size: 20px;
    }

    and nothing happened, I using a theme’s css panel should I be trying to put somewhere else?

    thanks

    Hi olesuper8,

    Can you send me a link to the site where you’ve put the CSS code up?

    Thread Starter olesuper8

    (@olesuper8)

    Gosh… wouldn’t you just know it, it actually works this morning, that’ll teach me for developing for 13 hours straight. Thanks Nate you’ree a hero

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Target Different Menu Item Titles’ is closed to new replies.