Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1245618
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates!

    1] Please check out Rad’s reply.

    2] To place the add to cart next to the item count, please use this code:

    .woocommerce .quantity {
        float: left; 
        margin-right: 10px;
    }
    
    .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

    3] Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    4] To remove the clear text, you can make use of this code:

    .woocommerce div.product .summary .variations .reset_variations {
        display: none !important;
    }

    Hope this helps.

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