I would like to change ONLY the black title/header/drop cap dark circles from black to navy blue. May I have the CSS code to paste into the quick CSS box in the settings menu?
Thank you so much.
I would like to change ONLY the black title/header/drop cap dark circles from black to navy blue. May I have the CSS code to paste into the quick CSS box in the settings menu?
Thank you so much.
Hey,
add following to custom.css (located in the folder called "css"):
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #555;
}
Change the color as you like.
You must log in to post.