Changing heading font size on homepage for section: "image with text"

doguebygina
Tourist
11 0 1

Debut theme- Anyone know how to change the heading only for the section on the homepage? For example (see screenshot) "Classic" needs to be larger and bold. I'd also like to change the color of the font. 

doguebygina_0-1642274937616.png

 

Replies 7 (7)

ZestardTech
Shopify Expert
5395 971 1293

Hello There,

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

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
doguebygina
Tourist
11 0 1
doguebygina
Tourist
11 0 1

@ZestardTech the code you need is 2049 (sorry I just realized I needed to give you this first) 

doguebygina
Tourist
11 0 1

I have not received a request for access, can you please do that or tell me what to do so you can use the 4 digit collaborator code?

diego_ezfy
Shopify Partner
2958 568 891

@doguebygina, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:

#shopify-section-feature-row .h3{
    font-size: 20px !important;
    color: #000 !important;
}

@media (max-width: 749px){
    #shopify-section-feature-row .h3{
    font-size: 18px !important;
}
}

You can change the values as per your wish:

20px = font size desktop
18px = font size mobile
#000 = text hex color


Kind regards,
Diego

doguebygina
Tourist
11 0 1

@diego_ezfy that worked well, thank you so much. How can I apply it to all of those rather than just "Classic?" All of the "image with text" sections, that is.

doguebygina
Tourist
11 0 1

@diego_ezfy oh I also noticed it changed the font. I had it set originally to my specific font that I added in the assets folder: 

Vogue_Font.ttf