New Shopify Certification now available: Liquid Storefronts for Theme Developers

How to un-bold the font in the "Scrolling Features" section from Section Store (DAWN 12.0.0)

Solved
DRAWandCARE
Explorer
92 0 10

Hello, everyone!
I'm wondering how to un-bold the font in the "Scrolling Features" section from Section Store. For some reason it became bold on some pages.

I will be very grateful for your help!

 

Website link: https://www.drawandcare.com/ЦАСФІЧ.png

 

Accepted Solution (1)
BSS-Commerce
Shopify Expert
2942 393 413

This is an accepted solution.

Hi @DRAWandCARE ,

Step 1: Go to admin, select Online theme and select Edit code

view - 2023-11-14T155643.254.png

Step 2: Search for base.css file

view - 2023-11-14T155721.811.png

Step 3: Add the following code at the end of the theme.css file and then select Save

.usp__item__text {
   font-weight: normal !important
}

Result:

view - 2023-11-14T155809.375.png

 

Hope it helps @DRAWandCARE 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development

View solution in original post

Replies 3 (3)
Uhrick
Shopify Partner
398 67 86

Hi, draw

Can you please share the link to a page in which this issue happens?

Shopify Developer
Hire me for theme customizations at ricardomsilvestre@outlook.com or Upwork
Was my answer helpful to you? Please like or mark as solution
BSS-Commerce
Shopify Expert
2942 393 413

This is an accepted solution.

Hi @DRAWandCARE ,

Step 1: Go to admin, select Online theme and select Edit code

view - 2023-11-14T155643.254.png

Step 2: Search for base.css file

view - 2023-11-14T155721.811.png

Step 3: Add the following code at the end of the theme.css file and then select Save

.usp__item__text {
   font-weight: normal !important
}

Result:

view - 2023-11-14T155809.375.png

 

Hope it helps @DRAWandCARE 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development

DRAWandCARE
Explorer
92 0 10

Thank you so much! It worked perfectly!