How can I modify the CSS for product prices and titles?

Hi!

just wondering if anyone knows the CSS for product prices in the “featured collection” section. I’m trying to reduce the font size but can’t seem to isolate it to the prices.

also wondering what the CSS is for the product titles in the cart drawer? I’m trying to change the font but can’t isolate it to just the product titles.

https://gtq73tqwzi6ccpo6-8439839.shopifypreview.com

Hi @Gypsymoon

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Noah | PageFly

Hi @Gypsymoon

Please use those code

For price on featured products

.card-information__wrapper .price bdi { font-size: 14px !important; }

Use this code to change font for product title in cart drawer

cart-drawer .mini-cart__navigation .product-content .product-title { font-family: "font name", serif !important; }

Thank you so much! That worked beautifully! Could you please also tell me what code I would use to reduce the size of the testimonials font please?

Please use this code

.testimonials .typeset2 { font-size: 16px !important; }

Thank you soo much!

You are very welcome, @Gypsymoon