Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1404525
    mdmason23
    Participant

    Hello,

    1- Is it possible to center the price under the product title on my shop pages? You can see by clicking the following link that the prices are aligned to the left:
    https://www.taiyaz.com/product-category/jewelry-for-her/

    2- Is it possible to hide the page title on only my individual product pages? I’d like the titles to show on the rest of my shop pages…just not when viewing a single product.

    Thanks!

    #1404527
    mdmason23
    Participant
    This reply has been marked as private.
    #1404529
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .woocommerce .price {
        text-align: center;
    }
    .single-product h1.product_title.entry-title {
        display: none;
    }
    

    Hope that helps.

    #1404537
    mdmason23
    Participant

    The prices are now centered…thanks!

    The second bit of code removes my product title…I’d like to remove the page title. Please see attached picture for clarification.

    Thanks!

    #1404543
    Lely
    Moderator

    Hi There,

    Thank you for the clarification.
    Please use this code instead:

    .single-product .x-landmark {
        display: none;
    }

    Hope this helps.

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