Reply 339463 to: change fake live view & product sold counter

Avatar: Rose Tyler
Rose Tyler
Support staff
November 24, 2022 at 09:05

Try to use the next custom CSS code:

.single-product .product-information-inner .fixed-content {
    display: flex;
    flex-direction: column;
}
.single-product .product-information-inner .product_title.entry-title { 
    order:0; 
}
.single-product .product-information-inner .product-content .price {order:2;}
.single-product .product-information-inner .wcfm_custom_field_display.wcfm_custom_field_display_free-return {order: 3 !important;}
.single-product .product-information-inner .wcfm-clearfix {order:4;}
.single-product .product-information-inner .woocommerce-product-details__short-description {order:7;}
.single-product .product-information-inner .sales-booster-live-viewing {order: 5 !important;margin-top: 15px;}
.single-product .product-information-inner .sales-booster-total-sales {order: 6;}
.single-product .product-information-inner .cart {order:8;}
.single-product .product-content .yith-wcwl-add-to-wishlist {order:9 !important;}
.single-product .product-information-inner .wcfm_ele_wrapper.wcfm_catalog_enquiry_button_wrapper {order:10;}
.single-product .product-information-inner .wcfm_ele_wrapper {order:11;}
.single-product .product-information-inner .product_meta {order:12;}
.single-product .product-information-inner .product-share {order:13;}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.