How can I change product title font size that are in featured product collection in the dawn theme?

i have tried absolutely everything nothing has been working please help,

@KetanKumar @ketankumar100 @dmwwebartisan

2 Likes

@Hovik

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.

Hello it is detailersessential.com

@KetanKumar the website name is detailersessential.com when you are on home page or any page you will see the product titles are very small. That’s what I want to fix

1 Like

@Hovik

thanks for url can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 750px){
.card__heading {font-size: 18px;} /* change value as you like */
}
3 Likes

@KetanKumar it workeddddd:) thank you so much man i was trying to figure that out the whole day. Also sorry to bother do you know how i can align my prices to be right under product title instead of on the left side?

@KetanKumar hey sorry to bother again but it only changed on my desktop, on mobile it is same size do you know what i can do?

1 Like

@Hovik

no rush its my pleasure to help us

yes please remove last one code and add this

.card__heading {font-size: 18px;} /* change value as you like */
.card-information>.price {text-align: center;}
1 Like

I wish i could give you a hug brother to say thank you! it worked very well thank you once more

1 Like

@Hovik

its my pleasure to help us

@KetanKumar sorry to bother once more, do you know if there’s a way I can get the product title and price a little higher up? Closer to each other ?

1 Like

@Hovik

yes, please add this code

.card__information {
    padding-top: 5px;
    padding-bottom: 30px;
}

@KetanKumar hey this one didn’t seem to do anything, if i am bothering you it’s okay I can figure it out later but if you don’t mind helping it would mean a lot.

@KetanKumar hello Ketan, i tried to figure it out i couldnt find a way for the padding to fix, do you have any other code i can try to move my product title and price a little higher in the featured products?

hello i use debut theme ,this code is not working on my website . i wanted to change the font size for my featured collection product title . and also on collections page title font size. please can you help me . my website name is cenorajewels.com