How can I alter the main text color in Dawn Theme blog?

I am trying to change the color of the yellow text on my blog page to black.

Hello @vinusaur
This is Amelia at PageFly - Shopify Advanced Page Builder app.

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1**:** Online Stores > Themes > Edit code

Step 2**:** Choose file theme.liquid,
Step 3: Add code above the tag


Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

@vinusaur

Please follow below steps to change marked “yellow” color text to “Black” color on blog page. Let me know whether it is helpful for you.

  1. From admin, go to “Online Store” → “Themes”.
  2. Click action button from the current theme and select “Edit code”.
  3. Search “base.css” and paste the below code in bottom of that file.
.main-blog h1.title--primary, .main-blog .card__content .card__information .article-card__info span {
    color: #000000 !important;
}
  1. Then click “Save”.

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

Hello @vinusaur

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.main-blog h1.title--primary.scroll-trigger.animate--fade-in { color: #000 !important; } span.circle-divider.caption-with-letter-spacing { color: #000 !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

this changed the date’s text color to black but “Buzzin Blogs” is still yellow

this worked, thank you!

Hello @vinusaur

Thank you, I might have mistaken your title element for another element.

Best regards,

Amelia | PageFly