Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Changing font color on a "Nice Title" page › Reply To: Changing font color on a "Nice Title" page
February 8, 2015 at 3:15 pm
#2009
Participant
Hello,
To change the page title color on this particular page only, you will have to add some custom CSS.
To do that, go to “Elvyre options -> Appearance – Custom CSS” box and paste the following code inside:
body.page-id-567 #page-title h1 {
color: #fff;
}
Robert