Changing a single page title color

Hi there,

I’m hoping to either change a single page’s title color, or remove the title from some pages. Right now I have most of my titles changed to the same color as the background of my website so they’re hidden, but I need my blog titles to show. I’ve found a couple of options to try in CSS by searching the help site but am unsure how to find the page id to specify which page I need to change. (Sorry, new to all this!)

www.ochungphotography.com

I appreciate any help you can give me, thanks so much!

Crystal

hey there

Hope you are having a good day and thank you for your question
Please add this CSS in appearance - customize - additional CSS

.entry-title {
color: #444 !important;
}

Thanks!
Colorlib Support Team