Quotation Mark and text color
- The topic ‘Quotation Mark and text color’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I need help with changing the color of the quotation marks to #0606ca. They are still showing up gold even though I changed it in the colors & backgrounds section. Also, on the in some areas that I want the text blue, it remains black.
Help.
Thanks!
The blog I need help with is: (visible only to logged in users)
Hi juliatwilliams
Thank you for writing and using Christopher.
You can add a custom CSS to the quotation mark color:
blockquote:before {
color: #0606ca;
}
And this to change the quote color:
h5 > span > b {
color: #0606ca;
}
Here you are how to add ths CSS code:
https://en.support.wordpress.com/custom-design/editing-css/
Hope this help.
Alfonso S. from SiloCreativo
Thank you, Alfonso! The quote color is now changed.
Question about text color: If you look on my site in the “Who Is Julia” tab, at the top where it says I am, I cannot get that color to change to blue. How can I change that?
Thanks!
Hi again!
Just add this custom CSS:
p > em > span > strong {
color: #0606ca;
}
Hope this help.
Alfonso S. from SiloCreativo
That worked. Thanks, Alfonso!