By chuck on Sunday, 02 March 2014
Posted in General Issues
Replies 3
Likes 0
Views 573
Votes 0
I can't find the setting to change the font color of the EasyBlog Latest Blogs link color. It is set to 255, 255, 255 and I cannot find any way to change it for my white-background site, even though I have gone through all 102 .css files for the extension. Which style sheet does this module use?
Hello chuck,

I am really sorry for the delay of this reply as it is a weekend for us here.
What i suggestion is you should added your CSS customization in your template CSS file for prevent next time you update to next release version of Easyblog it will remove all your CSS customization file from your Easyblog file. You can try apply below CSS code and see is it if could help?


.ezb-mod .mod-post-title a{
color:black !important;
}

.ezb-mod .post-author a{
color:black !important;
}
·
Sunday, 02 March 2014 09:51
·
0 Likes
·
0 Votes
·
0 Comments
·
That worked perfectly! Many thanks kind sir!!!
·
Monday, 03 March 2014 07:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello chuck,

You're welcome, thanks for getting back to us that work.
·
Monday, 03 March 2014 10:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post