• Resolved smakokrztalcenie

    (@smakokrztalcenie)


    Hi

    Could you help with css code of how to disable nutrition table on print page ?
    I do not know css. Only very simple tricks but nothing works for me. I know that in print settings there is option to disable it, but it doesnt work for me, no matter which setting I choose.

    Thanks.

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

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

    (@wpdelicious)

    Hi @smakokrztalcenie,

    You can add the below CSS code:

    .dr-print-outer-wrap .dr-nutrition-facts{
        display: none;
    }

    In the backend, you have the option to disable it as well – https://prnt.sc/Bq2BafLdE2MV

    Let us know if you have any further questions or face any issues.

    Thank you.

    Thread Starter smakokrztalcenie

    (@smakokrztalcenie)

    Hello. I think I’m gonna need help here.
    I did use the option in the backend and … no result. Same for the css code. Doesnt work. What else can I do to fix it ?

    Thanks

    Plugin Author WP Delicious

    (@wpdelicious)

    Hi @smakokrztalcenie,

    Sorry to hear that it’s not working. Maybe the CSS code added in additional CSS is not showing on the print page.

    The option Allow Users To Customize must be enabled to hide that for now. If that option is not enabled, it will show all the parts of the recipe card.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable nutrition table on print page’ is closed to new replies.