• Resolved Tamie

    (@tamierp)


    Hello!
    The steps numbering and heading inside of the recipe cards is not matching my font. The content itself has picked up the theme font, however. It does not look right with the different font. How can I correct this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Andrei

    (@agasnash)

    Hello @tamierp,

    Adding the following code to WP-Admin > Appearance > Customize > Additional CSS should do the trick:

    .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-newdesign .directions-list>li::before,
    .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-newdesign .ingredients-title,
    .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-newdesign .directions-title  {
        font-family: inherit;
    }

    Best regards,
    Andrei.

    Thread Starter Tamie

    (@tamierp)

    Thank you! That worked beautifully!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Steps Numbering Not Matching’ is closed to new replies.