Hi! Was wondering how to change the color of default text and headers. It is not the same as the rest of my website. Is this a CSS change, or is there a way to change it in the back end?
Hello Brett Buchanan,
I am really sorry for the delay of this reply as it is a weekend for us here.
Perhaps you can try following css and see how it goes?
div#fd.eb .eb-post-body {
color: red;
}
div#fd.eb .eb-brand-name {
color: red;
}
If still not meet your current requirement, can you provide us with some screenshot and your site detail so I can better have a look?