Adjust Collection Page Price Font Size (Studio 10.0.0)

Hello!

I am looking to adjust the price fonts on my collection page. I need the price font a little bolder compared to product title. If it is possible to add white space between product title and price, that would be great.

my store url is : designsfordivine.com

Thanks,

Omer

Hello @omero

Use this css

.collection .card-information {
    font-weight: 700;
    margin-top: 8px;
}

Thanks

1 Like

thanks very much, it worked!