Edit colour of byline on Posts page

Hello,

I was wondering if its possible for someone to show me how to edit the CSS to change the colour of the byline (author,date,comments) on Posts page.

Kind regards,
Vasil

Hi Vasil,

I hope you are well today and thank you for your question.

Could you please share me the screenshot of what you are referring so that i can help you to change its color?

Best Regards,
Movin

Hey Movin,

Thanks for your reply. As you can see in the screenshot this is a post and I want to change the colour of the byline, the one under the headline where is says the author and the date

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

#page .entry-meta, #page .entry-meta a {
    color: #8e1717;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp