loading
×

Diamond Wedding Rings

Start the next phase of your life in style with a diamond ring for your big day. All Temple and Grace diamonds are ethically sourced and are the cleanest stones ever. Set in 18K gold or platinum 950, our diamond encrusted wedding rings are perfectly finished to the finest Australian standards. Shop online and get 40% off traditional retail. It's simple, love your wedding ring or get your money back :)

The largest choice of metals for your Wedding Ring

We have Australia's largest collection of wedding bands online. You can choose from gold, platinum, titanium, silver and zirconium wedding rings. Visit our Wedding Ring showroom in Sydney or shop online with our 100% free returns guarantee.

Australia's leading Online Wedding Ring store

We have made the process of buying wedding rings online easy and convenient. Here, you can choose the perfect wedding ring, enter the finger size and have a personalised message engraved. We offer free shipping.

Shop directly from us (jewellery-makers) & save over 40%

When you buy a piece of jewellery from Temple & Grace, you're saving over 40% by buying directly from the jewellery-makers. Our unique jewellery collection and intricate craftsmanship is on display at our jewellery boutiques in Sydney, Melbourne, Brisbane, Perth and Adelaide. We truly have Australia's finest jewellery collection. Shop online or book an appointment for a visit and be prepared to fall in love again. This time, with us!

You viewed 60 out of 501 products
LOAD MORE
$(".mega-dropdown-menu ").hover( function () { $(this).parent($("li.mega-dropdown")).children($(".mega-dropdown")).css({ "color": "#a7892f" }); }, function () { $(this).parent($("li.mega-dropdown")).children($(".mega-dropdown")).css({ "color": "#000" }); } ); // Vertical Menu--> //Desk Menu $(".mega-dropdown").click(function () { $(".mega-dropdown").find(".dropdown-menu").each(function () { $(this).css({ "display": "none" }); }); $(this).find(".dropdown-menu").css({ "display": "block" }); }); $(document).ready(function (c) { $('.alert-close').on('click', function (c) { $('.message').fadeOut('slow'); }); }); //Desk Menu (function ($) { $(document).ready(function () { $('#footermenu > ul > li > a').click(function () { $('#footermenu li').removeClass('active'); $(this).closest('li').addClass('active'); var checkElement = $(this).next(); if ((checkElement.is('ul')) && (checkElement.is(':visible'))) { $(this).closest('li').removeClass('active'); checkElement.slideUp('normal'); } if ((checkElement.is('ul')) && (!checkElement.is(':visible'))) { $('#footermenu ul ul:visible').slideUp('normal'); checkElement.slideDown('normal'); } if ($(this).closest('li').find('ul').children().length == 0) { return true; } else { return false; } }); }); })(jQuery); $("#openserchbox").click(function (event) { event.stopPropagation(); $(".text-box-click").css({ "display": "block" }); $(".text-box-click").find('input').focus(); }); $("html").click(function () { $(".text-box-click").css({ "display": "none" }); }); $(".text-box-click").click(function(e){ e.preventDefault(); e.stopPropagation(); $(".text-box-click").css({ "display": "block" }); }); //floating Cart $("#bagCart , .cart-main-outer ,.cart-diaglog, #cart-qnty").hover(function () { $(".cart-diaglog,.cart-main-outer").css({ "display": "block" }) }, function () { $(".cart-diaglog, .cart-main-outer").css({ "display": "none" }) }); --> (function ($) { $(document).ready(function () { $("#dvCatProdList").on("click", "#cssmenu2 > ul > li > a", function (event) { $('#cssmenu2 li').removeClass('active'); $(this).closest('li').addClass('active'); var checkElement = $(this).next(); if ((checkElement.is('ul')) && (checkElement.is(':visible'))) { $(this).closest('li').removeClass('active'); checkElement.slideUp('fast'); } if ((checkElement.is('ul')) && (!checkElement.is(':visible'))) { $('#cssmenu2 ul ul:visible').slideUp('fast'); checkElement.slideDown('fast'); } if ($(this).closest('li').find('ul').children().length == 0) { return true; } else { return false; } }); }); })(jQuery); // // $("#dvCatProdList").on("click", "#btnMblFilter", function (event) { $(this).toggleClass('menu-icon--open'); $('#mblFilterMenu').toggleClass('nav--active'); }); $(document).ready(function () { $(".breadcrumb_li").html("diamond wedding rings"); $(".breadcrumb_li").attr("style", "text-transform: capitalize;"); }); --> $(".tab-link").click(function () { var TabId = $(this).data("tab"); $("#lblTab1, #lblTab2, #lblTab3, #lblTab4, #lblTab5, #lblTab6").removeClass("current"); $(this).addClass("current"); $("#tab-1, #tab-2, #tab-3, #tab-4, #tab-5, #tab-6").removeClass("current"); $("#" + TabId).addClass("current"); }); $(".tab-link2").click(function () { var TabId = $(this).data("tab"); $("#lblTab4, #lblTab5, #lblTab6, #lblTab7, #lblTab8, #lblTab9").removeClass("current"); $(this).addClass("current"); $("#tab-4, #tab-5, #tab-6, #tab-7, #tab-8, #tab-9").removeClass("current"); $("#" + TabId).addClass("current"); }); // Read more option--> $(document).ready(function () { var showChar = 10; var ellipsestext = "..."; var moretext = "Read more "; var lesstext = "Reduce "; $('.more').each(function () { var content = $(this).html(); if (content.length > showChar) { var c = content.substr(0, showChar); var h = content.substr(showChar, content.length - showChar); var html = c + '' + ellipsestext + ' ' + h + ' ' + moretext + ''; $(this).html(html); } }); $(".morelink").click(function () { if ($(this).hasClass("less")) { $(this).removeClass("less"); $(this).html(moretext); } else { $(this).addClass("less"); $(this).html(lesstext); } $(this).parent().prev().toggle(); $(this).prev().toggle(); return false; }); }); function fnSignUp(frmName) { $("#SiteLoader").show(); $.ajax({ url: "/home/addsubscriber", type: "POST", data: $("#" + frmName).serialize(), success: function (data) { if(frmName == "frmSubcriptPopup"){ if(data["Msg"] == "added") { $("#dvPopupMsg").removeClass("hidden"); $("#dvForm").addClass("hidden"); $("#omnisend-dynamic-container").attr("style","display:none !important"); } else{ $("#spnSubscribeErrorMsg").removeClass("hidden"); } } }, complete: function () { $("#SiteLoader").hide(); if(frmName != "frmSubcriptPopup"){ $(".dvSubcrbThanksMsg").text("Thank you for signing-up to our newsletters."); } }, error: function (errormessage) { $("#SiteLoader").hide(); } }); return false; } jQuery(document).ready(function() { jQuery('.btnModal[href^=#]').click(function(e){ e.preventDefault(); var href = jQuery(this).attr('href'); jQuery(href).modal('toggle'); }); }); $("#btnVerifyUsrEmailAddr").click(function () { $("#SiteLoader").show(); $.ajax({ type: "Post", contentType: 'application/json', url: "/account/verify-email-address", success: function (result) { var isSuccessfull = result["success"]; if (isSuccessfull) { $("#SiteLoader").hide(); $("#_EmailVerifyDefaultMsg").hide(); $("#_EmailVerifyMsgSent").show(); $("#verifyModalLabel").text("Verification Link Sent") $("#btnVerifyUsrEmailAddr").text("Resend email") } else { window.location.reload(); } }, complete: function () { $("#SiteLoader").hide(); } }); }); -->