Blogs: Change the title color
If you'd like to change the blog title color on your blog list page, you can use this customization.
Before:
After:
Code:
/* -- code to change blog title color on blog index page -- */ h3.h3.blog__article__title { color: #f4a482 !important;} /* - end - */
Notes:
Use a hex color code of your choice, in this example we used #f4a482
Additional hex color codes:
http://www.colorhexa.com/web-safe-colors
Where do I add the code?
Use this link to learn where exactly to add this code snippet: