Reduce font size of title on Product page.

Hi Team,

Can someone please help me change the font size of Product Title and Product Variation Text on Product page for theme Dawn 2.0. My website is ambassadressnyc.com . password is 123123 . the slider doesnt allow me to go lower than current value but they seem very big for me at the moment. thank you for your help.

@myleonemilli - please add this css to the very end of your base.css file and check, adjust numbers as per need, should look like screenshot below

.product__title {font-size: 22px !important;}

.product-form__input input[type="radio"] + label{font-size: 1rem !important;}

Hello Suyash.
Is it still the same way in 2023? Because i tried in mine and doesn´t change a bit.

My testing website is: https://c04baf-2.myshopify.com/

@HELDERWRLD - what is the password to view page?

Diversusoficial

I would like to make my product page like this, small fonts and images

@HELDERWRLD - add this css to the end of your base.css file for reducing title font, for other changes you will need a developer who can do the edits and make page like you want

.product__title h1 {font-size: 22px;}

Thank you @suyash1 , it worked.
Have a nice day :slightly_smiling_face:

@HELDERWRLD - welcome

Sorry for asking a lot, but i really appreciate your help. Do you have any codes for footer? I want to change a bit how my footer looks, it has a lot of blank space and also an annoying grey line that i can’t get out. I will show you how i would like it to be. I know some things may require professional help, but at least reduce the blank spaces and organize better.

Please if you can, i would appreciate your help

@HELDERWRLD - add this css to reduce space and remove line

.footer__content-top {padding-bottom: 1rem;}
.footer__content-bottom{padding-top: 1rem;}
.footer__content-bottom {border-top: none;}

Where can i add the code?