Can you modify product title font size and bag icon in Sense theme?

Does anyone know if you can change the product title font size and the bag icon to the cart icon in the Sense theme?

2 Likes

@Healthhomesolut
Welcome to the Shopify community!
Thanks for your good question.
We are always happy to help you, yes sure you can change the product title font size and the bag icon to the cart icon.

Please share your store URL.
So that I will check and let you know the exact solution here.

@Healthhomesolut For for size:

h1.product__title{
font-size:30px !important;
}
.header__icon--cart .icon {
    height: 4.4rem !important;
    width: 4.4rem !important;
}

add this code in the bottom of the base.css file

1 Like

@Healthhomesolut

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.