Giada's New & Improved Lemon Ricotta Cookies (2024)

Become a Member and get free shipping on your orders!

SIGN UP FOR 10% OFF ON YOUR FIRST ORDER

  • Log in or
    Sign up

  • Log in or
    Sign up
`; var membershipBadgeHTML = `

Member Exclusive

`; var objectList = {}; $(search.selector).each(function(i, el) { var elementURL = $(el).find('a').attr('href'); if ($(this).hasClass('save')) { contentURLs[contentURLs.length] = elementURL; saved++; } else { var set = false; var obj = false; for(var x = index; x < data.items.length; x++) { obj = typeof data.items[x] !== 'undefined' ? data.items[x] : false; obj.url = obj ? '/' + (obj.type === 'article' ? 'blogs/' : (obj.type === 'product' ? 'products/' : 'pages/')) + obj.handle : null; if (!contentURLs.includes(obj.url)) { set = true; index = x; break; } } if (!set) { end = true; } if (end) { obj = false; if (typeof objectList[elementURL] !== false) { obj = objectList[elementURL]; } } if (obj) { objectList[elementURL] = obj; const orient = (function() { if (typeof setImageOrientation !== 'undefined') { setImageOrientation(obj.image, $(el).find('.box-ratio')); } else { setTimeout(orient, 200); } }); orient(); $(el).find('.box-ratio-wide').removeClass('box-ratio-wide'); $(el).find('.box-ratio-ultra-wide').removeClass('box-ratio-ultra-wide'); $(el).find('.box-ratio-vertical').removeClass('box-ratio-vertical'); $(el).find('.box-ratio img').attr('data-original', obj.image); $(el).find('.box-ratio img').attr('data-src', obj.image.replace('400x', '{width}x')); $(el).find('.box-ratio img').removeAttr('srcset'); $(el).find('.box-ratio img').removeAttr('data-srcset'); $(el).find('.box-ratio img').removeClass('lazyloaded','lazyautosizes'); $(el).find('.box-ratio img').addClass('lazyload'); $(el).find('.box-ratio img').attr('alt', obj.alt); $(el).find('[data-favorites]').attr('data-favorite-id', obj.id); const handle = obj.handle.indexOf('/') !== -1 ? obj.handle.split('/')[1] : obj.handle; $(el).find('[data-favorites]').attr('data-favorite-handle', handle); $(el).find(typeof search.title !== 'undefined' ? search.title : '.post-title').text(obj.title); if (typeof search.content !== 'undefined') { $(el).find(search.content).text(obj.content); } if (obj.type === 'product') { products = true; if (typeof search.size !== 'undefined') { if (obj.size && obj.size !== 'Default Title') { $(el).find(search.size).text(obj.size).removeClass('hide'); $(el).find(search.size + '-div').removeClass('hide'); } else { $(el).find(search.size + ', ' + search.size + '-div').addClass('hide'); } } if (typeof search.price !== 'undefined') { $(el).find(search.price).text(obj.price); if (obj.compare && obj.compare != obj.price) { $(el).find('.price-item--regular').text(obj.compare).closest('.price').addClass('price--on-sale'); } else { $(el).find('.price--on-sale').removeClass('price--on-sale'); } } $(el).find('form').attr('data-product-id', obj.id); $(el).find('.formVariantId').val(obj.variantid); $(el).find('.add-to-cart').removeClass().addClass('add-to-cart', 'atc-' + obj.variantid).attr('data-product-title', obj.title).attr('data-item-id', obj.variantid); // selling plan id if (obj.inventory <= 0) { $(el).find('.add-to-cart input').addClass('js-ajax-bis').attr('value', 'Notify Me'); } else if ($(el).find('.add-to-cart .js-ajax-bis').length > 0) { $(el).find('.add-to-cart .js-ajax-bis').removeClass('js-ajax-bis').attr('value', 'Add to Bag'); } $(el).find('.icn').remove(); if (obj.icon) { var icon = obj.icon.replaceAll(''', '"').replaceAll('<', '<').replaceAll('>', '>'); $(el).find('.product-index-inner').prepend(icon); } } else { $lock = $(el).find('.exclusive-lock'); $membershipBadge = $(el).find('.badge'); if (obj.locked && $lock.length === 0) { $(el).find('.js-tile-image').prepend(lockHTML); } else if (!obj.locked && $lock.length > 0) { $lock.remove(); } if (data.search.category !== 'videos') { const customerId = getCustomerId(); if (customerId && gObj.customerTags.includes('member')) { if (obj.is_exclusive_content && $membershipBadge.length === 0) { $(el).find('.js-tile-image').prepend(membershipBadgeHTML); } else if (!obj.is_exclusive_content && $membershipBadge.length > 0) { $membershipBadge.remove(); } } } if (obj.badge) { $(el).find('.article-image__badge-container').removeClass('hide').find('.article-image__badge').html(obj.badge); } else { $(el).find('.article-image__badge-container').addClass('hide').find('.article-image__badge').html(obj.badge); } if (data.search.category !== 'videos') { infoStr = ''; if (obj.recipe && obj.recipe.indexOf('|') !== -1) { var rt = obj.recipe.split('|'); if (rt[0].length > 0) { infoStr += 'PREP: ' + rt[0].replace('hours', 'HR').replace('minutes', 'MIN') + ''; } if (rt[1].length > 0) { infoStr += 'COOK: ' + rt[1].replace('hours', 'HR').replace('minutes', 'MIN') + ''; } } else { if (obj.date) { var d = obj.date.split(/[- :]/); articleDate = new Date(d[0], d[1]-1, d[2], d[3], d[4], d[5]); if (articleDate) { infoStr = articleDate.getDate() + ' ' + monthNames[articleDate.getMonth()] + ' ' + articleDate.getFullYear(); } } if (obj.author.length) { infoStr += (infoStr.length > 0 ? ' - ' : '') + obj.author; } } $(el).find('.posted').html(infoStr); } } $(el).find('a').attr('href', obj.url); $(el).removeClass('hide'); } else if (!end || hide) { $(el).addClass('hide'); } num++; index++; if (num >= data.count.results) { end = true; } } }); var x = 0; $(search.selector).each(function(i, el) { x++; if (x > data.count.results + saved) { $(el).addClass('hide'); } }); if (search.favorites) { initializeFavorites(); setFavorites(search.favorites); } var $carousel = $(search.selector).closest('.flickity-enabled'); if ($carousel.length > 0) { $carousel.flickity('resize'); } if (products && clones) { var config = document.getElementById('cart-config'); config = JSON.parse(config.innerHTML || '{}'); document.querySelectorAll('.js-ajax-submit').forEach((element, i) => { element.addEventListener('click', function (e) { e.preventDefault(); if (this.classList.contains('js-ajax-bis')) { klaviyoBackInStockPopup($(this).parent().data('product-title'), $(this).parent().data('item-id')); } else { Shopify.theme.ajaxCart.addToCart(this.closest('form'), element.parentNode, config, false); } return false; }); }); } var $pagination = $(search.selector).closest(typeof search.parent !== 'undefined' ? search.parent : '.shopify-section').find('#pagination'); if ($pagination.length) { var dots = window.location.search.indexOf('view=all') === -1 && $(window).width() <= 740 ? '•' : false; var c = data.count; var $c = $pagination.find('.count'); var $pw = $pagination.find('.pagination-wrapper'); var pages = Math.ceil(c.total / c.limit); $c.text(c.start + ' - ' + c.end + ' of ' + c.total); if (pages === 1) { $pw.hide(); } else { var html = ''; if (!dots && c.page > 1) { html = ''; } html += '

'; var min = 1; var max = (c.page === 5 ? 5 : (c.page === 4 ? 6 : 4)); if (dots) { max = 15; if (c.page >= 8) { min = c.page - 7; max = c.page + 7; } } else { if (c.page >= 5) { min += c.page - 3; max += c.page - 2; } } max = Math.min(max, pages); if (!dots && min >= 3) { html += '1 ... '; } for(var i=min; i<=max; i++) { if (c.page === i) { html += '' + (dots ? dots : i) + ''; } else { html += '' + (dots ? dots : i) + ''; } } if (!dots && pages > max) { html += (pages > max - 1 ? ' ... ' : '') + '' + pages + ''; } html += '

'; if (!dots && c.page < pages) { html += ''; } $pw.html(html).show().find('a').click(function(e) { e.preventDefault(); search.page = $(this).data('page'); jsonSearch(search); }); } } if (search.hideSection) { $(search.selector).closest(search.hideSection).prev('.noResults').remove(); $(search.selector).closest(search.hideSection).show(); $(search.selector).closest(search.hideSection).find('#pagination').show(); } } else { if (hide && $(search.selector).find('.article-index.save').length === 0) { var $section = $(search.selector).closest(search.hideSection ? search.hideSection : '.shopify-section'); var $pagination = $(search.selector).closest('.shopify-section').find('#pagination'); if ($section.hasClass('remove-hidden')) { $section.remove(); $pagination.remove(); } else { $section.hide(); $pagination.hide(); } } console.error('No results found: ' + surl); if (typeof search.error !== 'undefined' && search.error) { if (search.hideSection) { var $searchResults = $(search.selector).closest(search.hideSection); if ($searchResults.prev('.noResults').length === 0) { $searchResults.before('

No results found!

'); } } else { alert('No results found!'); } } } enable(); if (typeof data.search.tags !== 'undefined') { var tags = ''; var $sidebar = $('li[data-accordion-target="more_filters"]').next().find('.sidebar-filter ul'); for (var type in data.search.tags) { t = data.search.tags[type].split('|'); for(var w = 0; w < t.length; w++) { if ($('.sidebar-filter ul').find('input[value="' + t[w] + '"]').length === 0) { tags += '
  • ' + t[w] + '
  • '; } } } if (tags) { if ($sidebar.hasClass('set')) { $sidebar.append(tags); } else { $sidebar.addClass('set').html(tags); } if (typeof search.filter !== 'undefined') { $sidebar.find('input[type="checkbox"]').each(function() { $(this).prop('checked', (search.filter.indexOf($(this).val()) !== -1)); }); } theme.SearchPage.sidebarFilters(); } } }).fail((err) => { enable(); }); } catch (error) { enable(); }}

    Giada's New & Improved Lemon Ricotta Cookies (5)

    Photo Credit: Elizabeth Newman

    Giada's New & Improved Lemon Ricotta Cookies

    15 MINPrep Time

    30 MINCook Time

    45Servings

    (16)

    by Giada De Laurentiis

    Beginner

    Giada's New & Improved Lemon Ricotta Cookies (6)

    Photo Credit: Elizabeth Newman

    You must be signed in to print this content

    Giada's classic cookies get a makeover, and dare we say it, they're even better than the original. The trick lies in the type of ricotta used, resulting in an even lighter, fluffier, cookie. Go ahead, give 'em a try!

    Giada's New & Improved Lemon Ricotta Cookies

    Dessert

    Prep Time

    15 minutes

    30 minutes

    Calories

    99

    Giada De Laurentiis

    Giada's New & Improved Lemon Ricotta Cookies (7)

    Ingredients

      For the cookies:

    • 2 1/2 cups all-purpose flour, or cookie flour from Petra
    • 1 teaspoon baking powder
    • 1 teaspoon salt
    • 1 stick unsalted butter (softened)
    • 2 cups sugar
    • 2 eggs (at room temperature)
    • 1 15-ounce container whole milk ricotta cheese, such as Galbani
    • 3 tablespoons lemon juice
    • 1 lemon (zested)
    • For the glaze:

    • 1 1/2 cups powdered sugar
    • 3 tablespoons lemon juice
    • 1 lemon (zested)

    Instructions

    1. In a medium bowl combine the flour, baking powder, and salt. In the bowl of an electric mixer combine the butter and the sugar. Beat the butter and sugar on medium speed until light and fluffy, about 5 minutes. Add the eggs, 1 at a time, mixing between additions until well incorporated. Add the ricotta cheese, lemon juice, and lemon zest. Beat to combine. Fold in the dry ingredients. Tightly cover the dough with plastic wrap and refrigerate overnight.
    2. Preheat the oven to 375 degrees F.
    3. Line 2 baking sheets with parchment paper. Scoop the dough (about 1 1/2 tablespoons for each cookie) onto the baking sheets. Bake for 15 minutes, until cooked through but still pale. Remove from the oven and let the cookies rest on the baking sheet for 15 minutes. Continue with the remaining dough.
    4. For the glaze, combine the powdered sugar, lemon juice, and lemon zest in a small bowl and stir until smooth. Spoon about 1/2-teaspoon onto each cooled cookie and use the back of the spoon to gently spread. Let the glaze harden for about 2 hours.

    Nutrition

    Nutrition

    per serving
    Calories
    99

    Amount/Serving % Daily Value

    Carbs
    19 grams

    Protein
    2 grams

    Fat
    4 grams

    Saturated Fat
    2 grams

    Cholesterol
    17 milligrams

    Sodium
    72 milligrams

    Fiber
    1 grams

    Sugar
    9 grams
    nut freevegetarian

    Organic Type 0 Baking Flour

    Regular Price $6.00
    Discount Price / Member $3.99
    Unit Price
    /per

    (1.1 lbs)

    Organic Type 0 Baking Flour

    Regular Price $6.00
    Discount Price / Member $3.99
    Unit Price
    /per

    (1.1 lbs)

    35 reviews & comments

    • Giada's New & Improved Lemon Ricotta Cookies (12)

      JANET - Apr 17

      ★★★★★

      ★★★★★

      Giada's New & Improved Lemon Ricotta Cookies (13)

      I’ve made both the original and improved recipe, liked both. I feel like the original were less flat. But both were delicious. Love the soft texture.

    • Giada's New & Improved Lemon Ricotta Cookies (14)

      Irina - Jan 31

      ★★★★★

      ★★★★★

      Giada's New & Improved Lemon Ricotta Cookies (15)

      I’ve eaten these cookies dozens of times as my friend makes them often but yesterday decided to make them myself. Full disclosure, I used more lemon juice (probably 4 TBSP) because that’s how much each of my lemons gave off… And it was perfect. I also used the old recipe because that’s what I had but after reading the comments realize it’s pretty much this recipe. Recipe made about 22 cookies. These are my favorite cookies BECAUSE they are more cake like than cookie like. I also decided to mix some blueberry preserve into the glaze for the last 4 cookies to try that and I’m not sure I’ll ever make them a different way. Lolol… Blueberry Lemon Ricotta was absolutely delicious!

      Questions: How long will they stay good? Do they need to be Refrigerated? Can these be frozen? I can’t eat the entire batch I made and would hate to toss them.

      Giadzy - Jan 31

      Hi Irina! The cookies look AMAZING, great job!

      You can totally freeze them! Sometimes they can “sweat” a little when they’re thawing so they may not look as perfect but they still will taste amazing!

      They also can be refrigerated! When refrigerated, keep the cookies in a closed container!

      At room temperature these cookies will stay fresh for about 4-5 days!

      Hope this was helpful!!

    • Giada's New & Improved Lemon Ricotta Cookies (16)

      Marisa - Jan 08

      ★★★★★

      ★★★★★

      I followed the recipe exactly as written and the cookies came out very flat. What a disappointment.

      Giadzy - Jan 08

      Hi! This can happen if the dough isn’t refrigerated for long enough or if the ricotta has too much moisture! We recommend trying to drain out as much moisture from the ricotta as possible! If they keep flattening out try adding an extra tablespoon or two of flour! Hope this helps :)

    • Giada's New & Improved Lemon Ricotta Cookies (17)

      Teresa - Jan 18

      ★★★★★

      ★★★★★

      Took them to work and everyone loved them and wanted the recipe. For me, however, these are just ok: not very lemony and they turned out rather flat.

      Giadzy - Jan 18

      We are so glad they liked them!

      This can happen if the dough isn’t refrigerated for long enough or if the ricotta had too much moisture! We recommend trying to drain out as much moisture from the ricotta as possible! If the cookies continue to flatten, add an extra tablespoon or two of flour :)

    • Giada's New & Improved Lemon Ricotta Cookies (18)

      Jeff - Jan 18

      ★★★★★

      ★★★★★

      What a mess. First time with the refrigerated batter. Yes mine are flatter, non chilled batter had more rise. To portion out the cookies was my problem. Dough/batter is very sticky
      Tried portion scoop, that didn’t work.
      Tried 2 spoons, that didn’t work. They were not uniform.
      Finally pulled out the pastry bag and piped mounds like would for cream puffs. Perfect.
      Cookies taste good. Not glazed yet.

      Giadzy - Jan 18

      For the dough, it helps if the dough is refrigerated for a longer amount of time! As well, make sure that the ricotta is completely drained of any moisture! If the dough is still not cooperating try adding an extra tablespoon of flour!

    • Giada's New & Improved Lemon Ricotta Cookies (19)

      Mona - Jan 08

      ★★★★★

      ★★★★★

      Terrible cookie. Flattened out completely. Too sweet. Don’t waste your time.

      Giadzy - Jan 08

      Hi Mona! The cookie tends to flatten out if the dough is not refrigerated for long enough or if the ricotta has too much moisture! Try draining any remaining moisture from the ricotta! If this does not work, try adding an extra tablespoon or two of flour!

    • Giada's New & Improved Lemon Ricotta Cookies (20)

      Janet Arno - Dec 27

      ★★★★★

      ★★★★★

      I’ve made these cookies for several years in pursuit of my father’s Cousin Kitty’s Lemon Cookies (from outside of Messina in Sicily). The New and Improved recipe really is better. For me, the dough was much easier to work with. Chilling gave the cookies a rounder prettier look and bite. I chilled the dough overnight and thinned the frosting to a glaze (also didn’t notice much of a difference chilling the cookie sheet too, but a good practice nonetheless) One of my cousins ended up having Cousin Kitty’s recipe and sent it to me. The recipes are reminiscent of one another, but they are totally different cookies.* Last night I made them side by side, making the traditional (for our family) ball cookie for Cousin Kitty, slightly thicker icing with nonpareils sprinkled on top. Both are delicious. I guess the point is, if you have personal tastes on sweetness and cake-ness, you can fix them to your tastes.

      *(OK, haha so in Giada’s cookie, almost a pound of ricotta, butter instead of shortening and an extra cup and a half of sugar are kind of a big differences, but cut me some slack on that) :)

    • Giada's New & Improved Lemon Ricotta Cookies (21)

      Sharon - Dec 27

      ★★★★★

      ★★★★★

      I have made these lemon ricotta cookies every year but this year tried the new and improved recipe. They came out very flat. Anyone else have this problem? They’re usually more cake like. They still taste delicious.

    • Giada's New & Improved Lemon Ricotta Cookies (22)

      KATINA ANTAHADES - Jun 09

      ★★★★★

      ★★★★★

      a stick of butter is 8 tablespoones, or 4 oz, or 1/2 cup

    • Giada's New & Improved Lemon Ricotta Cookies (23)

      KATINA ANTAHADES - Jun 09

      ★★★★★

      ★★★★★

      really yummy. made recipe as written except used blood oranges instead of lemons. for the question about butter- a stick of butter is 8 tablespoons or 1/2 cup, or 4 oz. hope that helps

    • Giada's New & Improved Lemon Ricotta Cookies (24)

      Susie V Kaufman - Jun 09

      ★★★★★

      ★★★★★

      Hello! I'm an ethical vegan, and plan to convert this enticing recipe into a full vegan one, after hearing raves from a friend who'd made them and also posted your photo on Facebook. HOWEVER… I have a highly important question that needs an answer before I can make this attractive dessert (one for which I have all the ingredients ready and lined up to go, except for one): Can you please give me/us a number — say, in Tablespoons — for what a STICK OF BUTTER is??? I purchase my delicious vegan butter in tubs, so haven't the foggiest idea what a stick of butter would equal in a common measurement. I'm certainly not about to run to a store and buy a package of butter sticks just to get a standard measurement (which would go against my veganism), so am completely at your mercy to give me a true measurement. I do recall, many decades ago, that tablespoons were printed along one side of each stick of margarine (good idea!), but again, my vegan "butter" comes solely in tubs. I thought I'd be ready to make this dessert today/tomorrow, but now I'm going to be on hold 'til you can respond to my most urgent question. Thank you in advance.

    • Giada's New & Improved Lemon Ricotta Cookies (25)

      Glenys Meredith - Jun 09

      ★★★★★

      ★★★★★

      what weight is a stick of butter?

    • Giada's New & Improved Lemon Ricotta Cookies (26)

      Mike Jones - Jun 09

      ★★★★★

      ★★★★★

      ok recipe ,lil doughy not enough lemon

    • Giada's New & Improved Lemon Ricotta Cookies (27)

      Yolanda Gruseke - Jun 09

      ★★★★★

      ★★★★★

      Wonderful cake like clouds!! Chilling the dough sufficiently makes all the difference. Thank you Giada! This is a winner!

    • Giada's New & Improved Lemon Ricotta Cookies (28)

      Marion Westervelt - Jun 09

      ★★★★★

      ★★★★★

      These were easy to make and absolutely delicious. It w as hard to keep my family from eating them. I made them to give to friends. Next time I will make a double batch

    1 2

    ' + reply + '

    '); } }); $('.comment-reply-cta').click(function() { $(this).hide().next().slideDown(); });

    Please sign in or create an account to review or comment on recipes.

    `; var membershipBadgeHTML = `

    Member Exclusive

    `; var objectList = {}; $(search.selector).each(function(i, el) { var elementURL = $(el).find('a').attr('href'); if ($(this).hasClass('save')) { contentURLs[contentURLs.length] = elementURL; saved++; } else { var set = false; var obj = false; for(var x = index; x < data.items.length; x++) { obj = typeof data.items[x] !== 'undefined' ? data.items[x] : false; obj.url = obj ? '/' + (obj.type === 'article' ? 'blogs/' : (obj.type === 'product' ? 'products/' : 'pages/')) + obj.handle : null; if (!contentURLs.includes(obj.url)) { set = true; index = x; break; } } if (!set) { end = true; } if (end) { obj = false; if (typeof objectList[elementURL] !== false) { obj = objectList[elementURL]; } } if (obj) { objectList[elementURL] = obj; const orient = (function() { if (typeof setImageOrientation !== 'undefined') { setImageOrientation(obj.image, $(el).find('.box-ratio')); } else { setTimeout(orient, 200); } }); orient(); $(el).find('.box-ratio-wide').removeClass('box-ratio-wide'); $(el).find('.box-ratio-ultra-wide').removeClass('box-ratio-ultra-wide'); $(el).find('.box-ratio-vertical').removeClass('box-ratio-vertical'); $(el).find('.box-ratio img').attr('data-original', obj.image); $(el).find('.box-ratio img').attr('data-src', obj.image.replace('400x', '{width}x')); $(el).find('.box-ratio img').removeAttr('srcset'); $(el).find('.box-ratio img').removeAttr('data-srcset'); $(el).find('.box-ratio img').removeClass('lazyloaded','lazyautosizes'); $(el).find('.box-ratio img').addClass('lazyload'); $(el).find('.box-ratio img').attr('alt', obj.alt); $(el).find('[data-favorites]').attr('data-favorite-id', obj.id); const handle = obj.handle.indexOf('/') !== -1 ? obj.handle.split('/')[1] : obj.handle; $(el).find('[data-favorites]').attr('data-favorite-handle', handle); $(el).find(typeof search.title !== 'undefined' ? search.title : '.post-title').text(obj.title); if (typeof search.content !== 'undefined') { $(el).find(search.content).text(obj.content); } if (obj.type === 'product') { products = true; if (typeof search.size !== 'undefined') { if (obj.size && obj.size !== 'Default Title') { $(el).find(search.size).text(obj.size).removeClass('hide'); $(el).find(search.size + '-div').removeClass('hide'); } else { $(el).find(search.size + ', ' + search.size + '-div').addClass('hide'); } } if (typeof search.price !== 'undefined') { $(el).find(search.price).text(obj.price); if (obj.compare && obj.compare != obj.price) { $(el).find('.price-item--regular').text(obj.compare).closest('.price').addClass('price--on-sale'); } else { $(el).find('.price--on-sale').removeClass('price--on-sale'); } } $(el).find('form').attr('data-product-id', obj.id); $(el).find('.formVariantId').val(obj.variantid); $(el).find('.add-to-cart').removeClass().addClass('add-to-cart', 'atc-' + obj.variantid).attr('data-product-title', obj.title).attr('data-item-id', obj.variantid); // selling plan id if (obj.inventory <= 0) { $(el).find('.add-to-cart input').addClass('js-ajax-bis').attr('value', 'Notify Me'); } else if ($(el).find('.add-to-cart .js-ajax-bis').length > 0) { $(el).find('.add-to-cart .js-ajax-bis').removeClass('js-ajax-bis').attr('value', 'Add to Bag'); } $(el).find('.icn').remove(); if (obj.icon) { var icon = obj.icon.replaceAll(''', '"').replaceAll('<', '<').replaceAll('>', '>'); $(el).find('.product-index-inner').prepend(icon); } } else { $lock = $(el).find('.exclusive-lock'); $membershipBadge = $(el).find('.badge'); if (obj.locked && $lock.length === 0) { $(el).find('.js-tile-image').prepend(lockHTML); } else if (!obj.locked && $lock.length > 0) { $lock.remove(); } if (data.search.category !== 'videos') { const customerId = getCustomerId(); if (customerId && gObj.customerTags.includes('member')) { if (obj.is_exclusive_content && $membershipBadge.length === 0) { $(el).find('.js-tile-image').prepend(membershipBadgeHTML); } else if (!obj.is_exclusive_content && $membershipBadge.length > 0) { $membershipBadge.remove(); } } } if (obj.badge) { $(el).find('.article-image__badge-container').removeClass('hide').find('.article-image__badge').html(obj.badge); } else { $(el).find('.article-image__badge-container').addClass('hide').find('.article-image__badge').html(obj.badge); } if (data.search.category !== 'videos') { infoStr = ''; if (obj.recipe && obj.recipe.indexOf('|') !== -1) { var rt = obj.recipe.split('|'); if (rt[0].length > 0) { infoStr += 'PREP: ' + rt[0].replace('hours', 'HR').replace('minutes', 'MIN') + ''; } if (rt[1].length > 0) { infoStr += 'COOK: ' + rt[1].replace('hours', 'HR').replace('minutes', 'MIN') + ''; } } else { if (obj.date) { var d = obj.date.split(/[- :]/); articleDate = new Date(d[0], d[1]-1, d[2], d[3], d[4], d[5]); if (articleDate) { infoStr = articleDate.getDate() + ' ' + monthNames[articleDate.getMonth()] + ' ' + articleDate.getFullYear(); } } if (obj.author.length) { infoStr += (infoStr.length > 0 ? ' - ' : '') + obj.author; } } $(el).find('.posted').html(infoStr); } } $(el).find('a').attr('href', obj.url); $(el).removeClass('hide'); } else if (!end || hide) { $(el).addClass('hide'); } num++; index++; if (num >= data.count.results) { end = true; } } }); var x = 0; $(search.selector).each(function(i, el) { x++; if (x > data.count.results + saved) { $(el).addClass('hide'); } }); if (search.favorites) { initializeFavorites(); setFavorites(search.favorites); } var $carousel = $(search.selector).closest('.flickity-enabled'); if ($carousel.length > 0) { $carousel.flickity('resize'); } if (products && clones) { var config = document.getElementById('cart-config'); config = JSON.parse(config.innerHTML || '{}'); document.querySelectorAll('.js-ajax-submit').forEach((element, i) => { element.addEventListener('click', function (e) { e.preventDefault(); if (this.classList.contains('js-ajax-bis')) { klaviyoBackInStockPopup($(this).parent().data('product-title'), $(this).parent().data('item-id')); } else { Shopify.theme.ajaxCart.addToCart(this.closest('form'), element.parentNode, config, false); } return false; }); }); } var $pagination = $(search.selector).closest(typeof search.parent !== 'undefined' ? search.parent : '.shopify-section').find('#pagination'); if ($pagination.length) { var dots = window.location.search.indexOf('view=all') === -1 && $(window).width() <= 740 ? '•' : false; var c = data.count; var $c = $pagination.find('.count'); var $pw = $pagination.find('.pagination-wrapper'); var pages = Math.ceil(c.total / c.limit); $c.text(c.start + ' - ' + c.end + ' of ' + c.total); if (pages === 1) { $pw.hide(); } else { var html = ''; if (!dots && c.page > 1) { html = ''; } html += '

    '; var min = 1; var max = (c.page === 5 ? 5 : (c.page === 4 ? 6 : 4)); if (dots) { max = 15; if (c.page >= 8) { min = c.page - 7; max = c.page + 7; } } else { if (c.page >= 5) { min += c.page - 3; max += c.page - 2; } } max = Math.min(max, pages); if (!dots && min >= 3) { html += '1 ... '; } for(var i=min; i<=max; i++) { if (c.page === i) { html += '' + (dots ? dots : i) + ''; } else { html += '' + (dots ? dots : i) + ''; } } if (!dots && pages > max) { html += (pages > max - 1 ? ' ... ' : '') + '' + pages + ''; } html += '

    '; if (!dots && c.page < pages) { html += ''; } $pw.html(html).show().find('a').click(function(e) { e.preventDefault(); search.page = $(this).data('page'); jsonSearch(search); }); } } if (search.hideSection) { $(search.selector).closest(search.hideSection).prev('.noResults').remove(); $(search.selector).closest(search.hideSection).show(); $(search.selector).closest(search.hideSection).find('#pagination').show(); } } else { if (hide && $(search.selector).find('.article-index.save').length === 0) { var $section = $(search.selector).closest(search.hideSection ? search.hideSection : '.shopify-section'); var $pagination = $(search.selector).closest('.shopify-section').find('#pagination'); if ($section.hasClass('remove-hidden')) { $section.remove(); $pagination.remove(); } else { $section.hide(); $pagination.hide(); } } console.error('No results found: ' + surl); if (typeof search.error !== 'undefined' && search.error) { if (search.hideSection) { var $searchResults = $(search.selector).closest(search.hideSection); if ($searchResults.prev('.noResults').length === 0) { $searchResults.before('

    No results found!

    '); } } else { alert('No results found!'); } } } enable(); if (typeof data.search.tags !== 'undefined') { var tags = ''; var $sidebar = $('li[data-accordion-target="more_filters"]').next().find('.sidebar-filter ul'); for (var type in data.search.tags) { t = data.search.tags[type].split('|'); for(var w = 0; w < t.length; w++) { if ($('.sidebar-filter ul').find('input[value="' + t[w] + '"]').length === 0) { tags += '
  • ' + t[w] + '
  • '; } } } if (tags) { if ($sidebar.hasClass('set')) { $sidebar.append(tags); } else { $sidebar.addClass('set').html(tags); } if (typeof search.filter !== 'undefined') { $sidebar.find('input[type="checkbox"]').each(function() { $(this).prop('checked', (search.filter.indexOf($(this).val()) !== -1)); }); } theme.SearchPage.sidebarFilters(); } } }).fail((err) => { enable(); }); } catch (error) { enable(); }}

    Similar Recipes

    • PREP: 1.5 HR COOK: 20 MIN Strawberry Honey Mascarpone Tart
    • (1) PREP: 10 MIN COOK: 80 MIN Gnocchi Alla Sorrentina
    • (1) PREP: 10 MIN COOK: 12 MIN Caprese Frittata
    • PREP: 30 MIN COOK: 3 MIN Pickled Radish Salad
    • PREP: 5 MIN COOK: 35 MIN Candied Bacon Bites
    • PREP: 5 MIN COOK: 60 MIN Sweet and Salty Chocolate Granola
    • PREP: 20 MIN COOK: 50 MIN Lemon Olive Oil Bundt Cake
    • (3) PREP: 5 MIN Limoncello Shakerato
    Access all that Giadzy has to offer with our exclusive member program

    Giada's New & Improved Lemon Ricotta Cookies (37)

    Giada's New & Improved Lemon Ricotta Cookies (38)

    • Shop
    • Gifts
    • Recipes
    • Travel
    • The Magazine
    • The Membership
    • Watch
    • About
    • Corporate Gifts
    • Packaging
    • FAQ
    • Contact Us
    • Terms of Use
    • Privacy Policy
    • Refunds and Returns
    • Shop
    • Gifts
    • Recipes
    • Travel
    • The Magazine
    • Membership
    • Watch
    • About
    • Contact Us
    • FAQs

    Let's stay in touch

    © 2024 Giadzy Privacy Policy Terms of Use Giadzy is a registered trademark. All rights reserved.

    Giada's New & Improved Lemon Ricotta Cookies (2024)

    References

    Top Articles
    Latest Posts
    Article information

    Author: Mr. See Jast

    Last Updated:

    Views: 6215

    Rating: 4.4 / 5 (75 voted)

    Reviews: 90% of readers found this page helpful

    Author information

    Name: Mr. See Jast

    Birthday: 1999-07-30

    Address: 8409 Megan Mountain, New Mathew, MT 44997-8193

    Phone: +5023589614038

    Job: Chief Executive

    Hobby: Leather crafting, Flag Football, Candle making, Flying, Poi, Gunsmithing, Swimming

    Introduction: My name is Mr. See Jast, I am a open, jolly, gorgeous, courageous, inexpensive, friendly, homely person who loves writing and wants to share my knowledge and understanding with you.