Hi, i would like to change the css of the “New Arrivals” font in the featured products.
How do i address to that element?
Hi, i would like to change the css of the “New Arrivals” font in the featured products.
How do i address to that element?
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:
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.
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;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly