Have your say in Community Polls: What was/is your greatest motivation to start your own business?

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

Solved

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

DRAWandCARE
Pathfinder
128 0 19

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 Partner
3477 463 547

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, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 3 (3)

Uhrick
Shopify Partner
433 68 102

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 Partner
3477 463 547

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, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
DRAWandCARE
Pathfinder
128 0 19

Thank you so much! It worked perfectly!