Featured Collection Bold Title Dawn Theme

Featured Collection Bold Title Dawn Theme

YonatanBaratz
Tourist
8 0 2

Hello there Shopify community! Hope you all having a great day! I was wondering if anyone can give me a quick helping hand in my store. Basically I'm trying to get the products title in featured collections to be written in BOLD.

 

Screenshot (15).png

- I underlined with red the titles I want to make bold:)

 

I would be gra

Replies 2 (2)

oscprofessional
Shopify Partner
16372 2440 3188

@YonatanBaratz 
Hello,

.card__information h3 {
	font-size: 18px;
	font-weight: bold;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Like This

oscprofessional_0-1666780649615.png

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
jonnbama
Tourist
11 1 2

This solution worked perfectly for my store.  Thanks!!!