Help with making the text on my image banner less bold - Spotlight Theme

Help with making the text on my image banner less bold - Spotlight Theme

gavboy555
Tourist
23 0 17

Hello, I would like to make the heading and button font on my image banner less bold (thinner text). I would like to make just the banner text less bold without it affecting the text on the rest of my site. Any help would be greatly appreciated.

URL: https://www.tansokr.com/

Screenshot 2025-03-31 at 8.00.48 PM.png

Replies 5 (5)
gavboy555
Tourist
23 0 17

Yes I am quite new to this and am unsure of editing the code, would you be able to help make this fix? Thanks so much!!

gavboy555
Tourist
23 0 17

Hello thank you for the reply,

I just tried this and is still not working. I believe that the banner must be inspected. Can you help with that? Thank you!

gavboy555
Tourist
23 0 17

Hi thanks for the reply but this is not working.

Dotsquares
Shopify Partner
369 22 49

@gavboy555 Thanks for sharing. You can try :-

 

Apply Custom CSS-- In the theme settings look for Custom code or CSS and apply the code below

/* Target the heading inside the image banner */
.banner__heading {
    font-weight: 300 !important; /* Adjust as needed: 100 (thin) to 400 (normal) */
}

/* Target the button inside the image banner */
.banner__buttons .button {
    font-weight: 300 !important; /* Adjust as needed */
}

 

 

Please let me know if this works or I can share alternative solutions.

Dotsquares Ltd


Problem Solved? ✔ Accept and Like solution to help future merchants.


Shopify Partner Directory | Trustpilot | Portfolio
gavboy555
Tourist
23 0 17

Hi I really appreciate the reply, but this does not seem to work for me.