Change color of horizontal lines above/below logo

What is the code for changing the color of the horizontal lines above and below the logo in the header area? Also, I need to change the color of the horizontal lines dividing the blog posts. Thanks!

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the color of the blog post lines by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove blog lines*/
.blog.home .page-1 article.post:first-child .post-inner-content, .blog.home .page-1 article.post:nth-child(2) .post-inner-content {
   border-color: red;
}

Best Regards,
Support

That worked! Thanks!

I will close this case now, Feel free to contact us again if you have other questions Thanks!