Category Archives: Wordpress Themes
Code hiện nút Demo trong Flatsome Woocommerce
Chèn vào file: ..flatsomewoocommercesingle-productshort-description.php <?phpadd_action( ‘woocommerce_after_add_to_cart_button’, ‘inno_custom_action1’, 10 );function inno_custom_action1() { ?> <a class=”btn btn-outline-success”...
Bỏ sticky menu flatsome trên desktop vẫn hiện trên điện thoại
@media (min-width: 769px){ .stuck{ position: relative; /**position: absolute;*/ } }
