How to change font and font color on just the price tag? REFRESH THEME

Hi,

I want to know how to change font and font color on just the price tag.

I want to make it more BOLD and in color red.

https://gear-monkey-store.myshopify.com/

@gabrielibrahim

hello,

please give me the password of your store because your store is password protected i can’t see the website.

opened it

@gabrielibrahim

Please add the given code above in theme.liquid

layout >> theme.liquid

.grid.product-grid .card__information .price__container { color: #ff0c0c!important; font-weight: 700; }

after that,

helping the code?