Tagged: ,

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

    Hi, I have an av-masonry-entry-title block within a color section container. I have given the color section container the class name of masonry-products and I want to now set the price of the shop products shown in this masonry block. I have tried doing this by adding the following code into the Quick CSS section:

    .masonry-products .av-masonry-price .price span {
        font-size: 16px!important;
    }

    I still can’t get my price to change size from 24px down to 16pm. Any advice? You can view the actual content here – https://www.yallarugby.com/shop/

    • This topic was modified 5 years, 8 months ago by johnosjourney.
    #1082445

    Hey johnosjourney,

    Add this quick css:

    .woocommerce-Price-amount.amount{
    font-size:16px!important;
    }

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.