By George Papadopoulos on Tuesday, 22 January 2019
Posted in General Issues
Likes 0
Views 664
Votes 0
Hi,
I would like to know if it is possible through the EasyBlog settings to change the colors of the 'read more' button.
Hey there,

There is no setting to do that currently.

But you can add the following custom CSS code into EasyBlog > Themes > Custom CSS:

body #eb .btn-default {
color: #FFD700 !important;
background: #FFD700 !important;
}


Take note that you need to change the color code that you want.

Also, take note that 'color' is for text color and 'background' is for background color.

Do clear all your cache before you see the changes.

Can you have a try and see how it goes?
·
Tuesday, 22 January 2019 11:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much. It is OK now
·
Tuesday, 22 January 2019 14:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi George,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Tuesday, 22 January 2019 14:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post