Colour issues in 2 areas

Hi I need help changing some colours in certain areas of my website. I cannot find where to do them in the customizer so I am thinking I may need some CSS code help!

  1. On the main page of the blog page, the word BLOG is in white and its hard to see ontop of the white marble background, I need to to be in black… the title on every other page shows in black except for that one. Here is the link – http://5hd.dfb.myftpupload.com/say-hi/

  2. In my actual blog posts themselves the links still show up as yellow even though I have changed all of the accent colours. I need them to show up in this colour #6f2e7d Here is the link for example – http://5hd.dfb.myftpupload.com/2020/01/create-lasting-habits/

Thank you so much

hey there

Hope you are having a good day and thank you for your question :slight_smile:

Please add this CSS in appearance - customize - additional CSS

.bottom-header h2 {
color: #000;
}
.markup-format a {
color: #337ab7;
}

Thanks!
Colorlib Support Team