Tagged: post title
hy,
I can change the color of post title?
Hey mmi!
You can add something like this on your custom.css or Quick CSS:
.post-title.entry-title {
color: blue;
}
Regards,
Ismael
thanks, works, but i want also to change post title color in grid layout.
Hello!
Use this instead:
.entry-title {
color: blue !important;
}
Cheers!
Josue
SOLVED.
thank you, very, very much :)
Glad we could help :)
Regards,
Josue