Product Price on Product Page
-
Hello,
i want to move my product price to center and make my product price font bolder.
https://drive.google.com/file/d/1YRcyQdx_rKUiHKOeRdvXrn4Hx94FMAsi/view?usp=drivesdk
Regards.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 1024px){
.product-image-summary .summary-inner > .price {
text-align: center;
font-weight: bold;
}
.product-image-summary .summary-inner > .price span span{
font-weight: 800
}
}
Please do not duplicate the topics
Best Regards