How do I change the color of my blog post titles in Shopify Dawn theme?

Hi, I am new to Shopify and am having difficulty with changing the color of the text for the titles of my blog posts.

I am attempting to create an archive page for my site with blog posts and would like to change the color of the font highlighted in the gray inside the blue box in the screenshot above. Currently it blends into the background and is not visible without being highlighted, but because it is a link and title to each post I would like to change it to black.

I have changed some of the css code to my theme for other pages, but I would like the text color change to only affect the titles/links on this page.

The link to the page on my website is https://r4bbit-teeth.myshopify.com The password to enter is T33th! The page I am specifically having problems on is the “archive” page.

Thank you in advance for any help.

Hi @yanetha

Please add this code at the bottom of your base.css file in Online store > Themes > Edit code

.article .card__information h3 a { color: #000 !important; }

Hi @yanetha

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Noah | PageFly