How to change text column and image font sizes in Debut theme?

Hello everyone I was hoping someone could help me with some font changes in a text column. and images section.. I am using debut theme

Can you please Change the heading in the red box to 22px Gotham Bold and the heading in the blue box to 14.9333px Helvetica Neue Bold. Can the body copy under the blue box be 14px helvetica Neue regular.

Image attached. Thank you.

url:

https://wr1t0p2y8q43lwbw-54993551588.shopifypreview.com

HI @Timstar

Send preview url this one expired.

Best regard

@Jasoliya

sorry for the delay preview review attached below.

https://7s37jo5epncevujx-54993551588.shopifypreview.com

1 Like

@Timstar

yes, please try this code

@media only screen and (max-width: 749px) {
#shopify-section-165361787845390df7 h2 {font-family: 'Gotham-Bold';font-size: 22px;}
#shopify-section-165361787845390df7 h3.h4 {font-family: 'Helvetica-Neue-Regular';font-size: 14.9333px;}
}

Hi @Timstar yes use code given my ketan,

Best regard

@KetanKumar @Jasoliya

Could one of you please send me the code to make the body copy in my Text Column And Images section Helvetica Neue regular 14px. I have circled the body copy on mobile in red in the attached picture. Can you also send me the code to make the body copy be in line with sub heading under each of the 3 images (mobile view). I have marked this in blue in the attached image.

The above code from @KetanKumar worked but the body copy code was missing.

I would also like to apply the font changes to the desktop version of my store.

Could one of you please send me the code for changes to be applied to my desktop view.

thank you kindly,

Tim.

1 Like

@Timstar

yes, please try code

#shopify-section-165361787845390df7 .section-header {margin-bottom: 30px;}
#shopify-section-165361787845390df7 h2 {font-family: 'Gotham-Bold';}
#shopify-section-165361787845390df7 .h4 {font-family: 'Helvetica-Neue-Bold';}
#shopify-section-165361787845390df7 .rte-setting {font-family: 'Helvetica-Neue-Regular';padding: 0;}
1 Like