Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1316235
    marcooos
    Participant

    Hi, I have a couple of changes I need to make to the product page that I can’t figure out.

    #1: Really simple, I just want to change the product title to 19px.

    #2: I want to move the price down to the left of the quantity box.

    #1316236
    marcooos
    Participant
    This reply has been marked as private.
    #1316434
    Rahul
    Moderator

    Hey There,

    Thank you for contacting us 🙂

    You can add this under Custom > CSS in the Customizer.

    .woocommerce li.product .entry-header h3 a {
        
        font-size: 19px;
    }
    
    .tax-product_cat li.type-product header.entry-header .price, .single-product li.type-product header.entry-header .price {
        display: table-caption;
        
    }

    Let me know if this helps.

    Thank you in advance

    #1316451
    marcooos
    Participant

    Hi Ruhul,

    I’ve added the code but I think it’s changing the CATEGORY page instead of the PRODUCT page?

    #1316926
    Friech
    Moderator

    Hi There,

    #1 You can add this under Custom > CSS in the Customizer.

    .single-product .summary .product_title {
     font-size: 19px !important;
    }

    #2 It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    Thanks for understanding.

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