By Joel Brondos on Tuesday, 30 August 2016
Posted in General Issues
Likes 0
Views 272
Votes 0
How can I change the color of the blog post title?
Hi there,

You have to do template CSS override in order for you to change the color of your blog post title


div#fd.eb .eb-post-title {
color: red !important;
}


You can follow this Steps to do template CSS override and put above code in custom.css file
·
Tuesday, 30 August 2016 12:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Glad that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 30 August 2016 12:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post