Home Forums WoodMart support forum Next/Previous product box modification

Next/Previous product box modification

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

    moseny
    Participant

    Hi there,
    Could you please check the attached and provide me with CSS codes I can change the 3 shown parameters?
    Regards,
    Mike

    Attachments:
    You must be logged in to view attached files.
    #66815

    Bogdan Donovan
    Keymaster

    Hi,

    Here is custom CSS code to control these parameters.

    body .woodmart-products-nav .wrapper-short {
    	max-width: 250px;
    }
    
    body .woodmart-products-nav .product-short-description .product-title {
    	font-size: 16px;
    }
    
    body .woodmart-products-nav .product-short-description .price {
    	font-size: 16px;
    }

    Regards

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