Hi, I want all my post titles to have a different color (e45f14). How should I go about doing that?
Thanks.
Hey DROR!
Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,
article.post .post-title {
color: red !important;
}
Regards,
Elliott
Great. thanks.