Dawn theme, customize featured products title font

stizzen
Tourist
4 0 0

Hi, i would like to change the css of the "New Arrivals" font in the featured products. 

How do i address to that element? 

 

stizzen_0-1674663274327.png

 

Replies 2 (2)

WebDeskSolution
Shopify Partner
165 42 47

Hello @stizzen 

 

Once you Log in to the Admin, then process the following steps:

 

Step 1: Go to Dashboard ->Online Store ->Theme-> Action->Edit code->

Step 2: Search the file base.css

Step 3: Paste the below CSS at bottom of the file -> Save

.collection .collection__title .title
{
	text-align: center;
    font-weight: 500;
    color: #f00;
    font-style: italic;
}

 

Output:

WebDeskSolution_0-1674668811589.png

 

If you find our reply helpful, please hit Like and Mark it as a Solution.

 

An award-winning North American Shopify Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.

Thank You,


WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Hire Us | Call Us 877.536.3789


Location: 150 King St. W. Toronto, ON M5H 1J9

PageFly-Victor
Shopify Partner
7865 1785 3055

Hi @stizzen 

This is Victor from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file -> Save

 

h2.title.h1 {

    color: deeppink;

    font-family: cursive;

    font-size: 40px;

    font-weight: 700;

}

 

PageFlyVictor_0-1674721221784.png

 

Hope that my solution works for you.

Best regards,

Victor | PageFly