Hello,
I tried to create a css that will make the price and the “add to cart” button display at the same time.
.price-switcher .price, .price-switcher .button-switch {
opacity: 1 !important;
visibility: visible !important;
position: static !important;
}
But unfortunately it does not work
Thank you in advance for your help