Hi, I’m trying to make a Testimonials page for my website - https://michaelshingophotography.com/testimonials/
I’m experimenting with having a dark background in the body of the page with white text in the block quote. I have used this code in additional CSS to try to format the quote, but I can’t figure out how to modify the quote text color.
blockquote {
border-left: 4px solid #DA4453;
font-family: actor;
color: #ffffff;
}
One other question regarding this page is how to change the background color of the page and the header (where it says “testimonials”), without also changing the colors on the front page?
Thanks in advance for your help.