Blog Link and Button Color

Hello. I have set the custom colors for the theme under Appearance > Customize > Colors. The colors are fine across the site except on the blog page. The blog page continues to use the default purple color for the links and buttons. How do I fix this?

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:


.post-content .more-link{
  background: #e34d9a!important;
}

.post-content .post-meta li a{
  color:#e34d9a!important;
}

I hope this helps :slight_smile:

Best Regards,
Support