• Resolved sherylpark

    (@sherylpark)


    Hi! πŸ™‚ Thank you for this plugin, it’s the best recipe plugin I’ve found so far!!

    I just have a question, is there any CSS code I can possibly use to customize the font type, size and colour etc? Thank you! πŸ™‚

Viewing 1 replies (of 1 total)
  • Plugin Author Boxy Studio

    (@boxystudio)

    Any custom CSS code will work, but you would need to figure out what you want to change and then find the matching element for that change. For example, each ingredient has the “cooked-ingredient” class applied, so you could do something like this:

    .cooked-ingredient { color:red; }

    Which would make all ingredients red. This is something that you would need to hire a front-end developer for, or do it yourself if you’re comfortable with it. πŸ™‚

Viewing 1 replies (of 1 total)

The topic ‘CSS code to format fonts?’ is closed to new replies.