Change title of page

Hi,

thank you for everything, the blog is almost done.

I would like to know how to change the color of the title of the page Author (it appears when you click the author of the post).

It appears in grey, I hope I can change it.

Thank you again.

Hi @evaverdaguer,

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

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

.archive.author h1.page-title {
    color: #000;
}

You can 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

Best Regards,
Movin

Perfect thank you!

You are most welcome here :slight_smile: