Text Color of Specific Page
-
Is there some css I can add that will change the text color of ONLY a specific page? I tried adding:
// css received previously to modify a specific page’s background image
.page-id-1494{
color: black !important;
background-image: url(“/wp-content/uploads/2019/01/5B3A6982a.png”) !important;
background-position: 0 800px !important;
}The position and image properties each function as I want them to, but I don’t seem to be able to change the text color of only a specific page.
I have found that if I set styling on each individual element (p, span, …) the text will appear the color I wish, but there must be a better way than styling EVERY element to simply change the text color of a specific page from that of the rest of the site.
Any thoughts/suggestions are welcome.
Darrmik
The page I need help with: [log in to see the link]
- The topic ‘Text Color of Specific Page’ is closed to new replies.