Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1203227
    awaterman
    Participant

    Hi, see https://justpersonalisedprints.w2pstore.com/shop/1st-christmas/

    Can we remove one of the product names and also move the remaining one to the top of the page?

    #1203278
    Thai
    Moderator

    Hi There,

    #1] Please add the following javascript under Customizer > Custom > Global Javascript:

    jQuery("div.product > h1.product_title").insertBefore(jQuery("#preview-container"))

    #2] Please add the following css under Customizer > Custom > Global CSS:

    .single-product .summary h1.product_title.entry-title {
        display: none;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1203227 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>