Solved

I am trying to make my featured product title in bold in my main page.

VisualCanvas
Tourist
8 0 0

Hey everyone, I am trying to make my featured product title in bold in my main page, but It just won't work. I figured out how to do it for my Collage title and it worked, but not for the featured product Title. Is there anyone that can help me please?

 

Shop link: https://visual-canvas-2.myshopify.com/

Accepted Solution (1)
Simonsron
Shopify Partner
699 87 122

This is an accepted solution.

.collection__title .title{
font-weight:bold;
}

try this

Simonsron_0-1675042373069.png

 

banned

View solution in original post

Replies 4 (4)

Simonsron
Shopify Partner
699 87 122

 

 

.card__heading a{
font-weight:bold;
}

 

find base.css 

Simonsron_0-1674956658048.png

 

banned
VisualCanvas
Tourist
8 0 0

Hello @Simonsron , Thank you for your answer, but my concern was for the featured product section Title. Sorry for the confusion. Here is a picture of the title I want to make in bold.

 

u2023-01-29 113022.png

Simonsron
Shopify Partner
699 87 122

This is an accepted solution.

.collection__title .title{
font-weight:bold;
}

try this

Simonsron_0-1675042373069.png

 

banned
VisualCanvas
Tourist
8 0 0

Thank you brother!