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

Solved
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)

Accepted Solutions
Simonsron
Shopify Partner
544 69 97

This is an accepted solution.

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

try this

Simonsron_0-1675042373069.png

 

Simonsron | Shopify Developer
- Was my reply helpful? Click Like to let me know!
- I reply you to solve the problem? If solved the tag to solve please, thank
- Hire me, if you want to design, re-design, develop a store, or made changes to the pre-built store.

View solution in original post

Replies 4 (4)
Simonsron
Shopify Partner
544 69 97

 

 

.card__heading a{
font-weight:bold;
}

 

find base.css 

Simonsron_0-1674956658048.png

 

Simonsron | Shopify Developer
- Was my reply helpful? Click Like to let me know!
- I reply you to solve the problem? If solved the tag to solve please, thank
- Hire me, if you want to design, re-design, develop a store, or made changes to the pre-built store.
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
544 69 97

This is an accepted solution.

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

try this

Simonsron_0-1675042373069.png

 

Simonsron | Shopify Developer
- Was my reply helpful? Click Like to let me know!
- I reply you to solve the problem? If solved the tag to solve please, thank
- Hire me, if you want to design, re-design, develop a store, or made changes to the pre-built store.
VisualCanvas
Tourist
8 0 0