Could you please tell me how do I change the color (initially white) of my Page’s title to any of my choice, (would be great if I could give different title color to different page).
I am attaching a screenshot below, have a look. Here the title of the page is MBA, and it’s in white in color, can I change it to my choice of any color?
Thank you.
Hey there,
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 your theme on the below path.
Admin Area -> Appearance -> Customize -> Additional CSS
/*change title color*/
#header .bottom-header h1 {
color:red;
}
Best regards,
Support.