Home Forums WoodMart support forum Product Price on Product Page

Product Price on Product Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #160563

    masood nikroo
    Participant

    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.

    #160649

    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

Viewing 2 posts - 1 through 2 (of 2 total)