Changing the font style and color of a collection list

Hi there, guys. I’ve been looking for a while through the forum about how to change the font and color of a collection list title collection on the Empire theme. Any ideas? Thanks!

@StanimirZarkov ,

Share the store URL…

therestaurantcentral.com

pass: mustaw

@StanimirZarkov ,

span.collection__item-info.collection__item-title.pxu-lia-element {
    color: red;
}

Change the color as per you need.

Which font you need ?

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Hey, thanks for the quick reply!

Helvetica Light.

@StanimirZarkov ,

I thought It is having already Helvetica Light font.

I think it’s regular on bold. What line I have to add to the code to play with the font family?

Thanks!

@StanimirZarkov ,

This is how I wanted to look. I was able to change it. Thanks for the tips!