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
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.
- From admin, go to “Online Store” → “Themes”.
- Click action button from the current theme and select “Edit code”.
- 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;
}
- 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
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
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
