• Resolved lunalinnemann

    (@lunalinnemann)


    Hi!

    I have created my own template from the compact version, and notes, etc, used to be faded, however, this is not the case anymore. I checked the html and it still says faded. Can you assist me in what I am missing to the faded look back?

    / Luna

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Brecht

    (@brechtvds)

    Hi Luna,

    Just had a look and those things still look faded to me. Anything in particular I should be looking at?

    Thread Starter lunalinnemann

    (@lunalinnemann)

    Hi Brecht,

    Yes, I can see that it is faded, but not nearly as much as it shows when I am editing the template in the template editor, unfortunately. Is there any way to make the difference more apparent?

    I am especially referring to the notes in ingredients.

    Plugin Author Brecht

    (@brechtvds)

    Try adding the following to “Recipe CSS” on the WP Recipe Maker > Settings > Custom Style page, for example:

    .wprm-block-text-faded {
        opacity: 0.5 !important;
    }
    .wprm-recipe-ingredient-notes-faded {
        opacity: 0.5 !important;
    }

    You could decrease that even further but should make sure there’s enough contrast left for accessibility reasons.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fade option not displaying’ is closed to new replies.