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/
Hey johnosjourney,
Add this quick css:
.woocommerce-Price-amount.amount{
font-size:16px!important;
}
Best regards,
Jordan Shannon