CSS CODE

No underline on footer and dim word on hover

a {

text-decoration: none !important;

transition: 0.3s : important;

&:hover {

opacity: 0.7 !important;

transition: 0.3s !important;

}

}

Hide Product Quantity Box

// Hide Product Quantity Box - Ghost //

.ProductItem-details .product-quantity-input {

display: none !important;

}

No Price box on product

.sqs-add-to-cart-button-wrapper {

display: none !important;

}