Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1168398
    outfitarena
    Participant

    Dear X theme team,

    WIll you please help me to remove this?

    #1168400
    outfitarena
    Participant
    This reply has been marked as private.
    #1168406
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

    
    form.woocommerce-ordering {
        display: none !important;
    }

    Thanks.

    #1168408
    outfitarena
    Participant

    Fantastic, thanks. I appreciate your help so much!!!!

    #1168413
    outfitarena
    Participant
    This reply has been marked as private.
    #1168792
    Jade
    Moderator

    Hi there,

    Please use this CSS:

    
    .woocommerce div.product .summary {
        display: table;
    }
    
    .woocommerce div.product .summary .product_title {
        display: table-header-group;
    }
    
    .woocommerce div.product .summary div[itemprop="description"] {
        display: table-footer-group;
    }
    
    .woocommerce div.product .summary .product_meta {
        display: table-row-group;
    }
    #1169050
    outfitarena
    Participant

    Worked perfectly!! Thanks!

    #1169109
    Rue Nel
    Moderator

    Youโ€™re welcome!
    Thanks for letting us know that it has worked for you.

    #1169126
    outfitarena
    Participant
    This reply has been marked as private.
    #1169160
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .single-product .product_meta {
        margin-top: -40px;
        display: block;
        float: left;
    }

    Hope it helps ๐Ÿ™‚

    #1169174
    outfitarena
    Participant

    You’re awesome, thank you!!!:)

    #1169192
    Thai
    Moderator

    You’re most welcome ๐Ÿ˜‰

    If you need anything else please let us know.

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