Title: Save recipe button
Last modified: August 30, 2016

---

# Save recipe button

 *  [tommyr](https://wordpress.org/support/users/tommyr/)
 * (@tommyr)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/save-recipe-button/)
 * Hello,
    is possible to delete “Save recipe button”? I’ve try in this way:
 * `.blog-yumprint-save {display:none;}`
 * But disappears all card recipe.
 * Can you help me?
 * [https://wordpress.org/plugins/recipe-card/](https://wordpress.org/plugins/recipe-card/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [tommyr](https://wordpress.org/support/users/tommyr/)
 * (@tommyr)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/save-recipe-button/#post-6506367)
 * Any suggestion?
 *  [Adam Harris w/THarris Consultants](https://wordpress.org/support/users/tharrisconsultants/)
 * (@tharrisconsultants)
 * [10 years ago](https://wordpress.org/support/topic/save-recipe-button/#post-6506406)
 * I’m troubleshooting similar issues for a client of mine and this change to the
   CSS worked to get the save button removed. You’ll have to adjust the margins 
   on the print button as well so it doesn’t look cutoff.
 *     ```
       .blog-yumprint-recipe .blog-yumprint-header div.blog-yumprint-save{
         display: none !important;
       }
   
       .blog-yumprint-recipe .blog-yumprint-print {
         margin-left: 0px;
         margin-right: 0px;
       }
       ```
   
 *  [amedic](https://wordpress.org/support/users/amedic/)
 * (@amedic)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/save-recipe-button/#post-8267953)
 * Hi, have you manage to solve this problem?
    If I edit the css file, with save
   button all recipes are also hidden. Do you perhaps have any solution?
 * Thanks!
    -  This reply was modified 9 years, 6 months ago by [amedic](https://wordpress.org/support/users/amedic/).
 *  [BestRanger](https://wordpress.org/support/users/bestranger/)
 * (@bestranger)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/save-recipe-button/#post-8845750)
 * add_action(‘wp_head’, ‘hide_yumprint_save’);
    function hide_yumprint_save(){ ?
   > <script type=”text/javascript”> $j=jQuery.noConflict(); $j( document ).ready(
   function() { $j(‘.blog-yumprint-save.blog-yumprint-action, .blog-yumprint-save.
   blog-yumprint-action a’).css({ “text-indent”:”-9999px”, “background”:”transparent”,“
   padding-left”:”1px”, “height”:”1px”, “width”:”1px”, }); }); </script> <?php }`
 * Source : [https://wordpress.org/support/topic/remove-save-button/](https://wordpress.org/support/topic/remove-save-button/)
    -  This reply was modified 9 years, 1 month ago by [BestRanger](https://wordpress.org/support/users/bestranger/).

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Save recipe button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recipe-card_cfc7c6.svg)
 * [Recipe Card](https://wordpress.org/plugins/recipe-card/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recipe-card/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recipe-card/)
 * [Active Topics](https://wordpress.org/support/plugin/recipe-card/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recipe-card/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recipe-card/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [BestRanger](https://wordpress.org/support/users/bestranger/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/save-recipe-button/#post-8845750)
 * Status: not resolved