By Wiets Wilken on Tuesday, 04 March 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 1.5K
Votes 0
I'm developing a new website on my PC with a GavickPro template - GK-Game.
The font colour of the EasyBlog modules clash with my template colours - see attached image.
The background template colour for the module position is almost black.
The text colour of the EasyBlog modules are black.

I've search everywhere in the CSS (template and EasyBlog) files but cannot find any reference to the relevant font colours.
It seems that EasyBlog inherents the font colour from the template itself - but I cannot find any CSS values for this text.

I would like to change the black font to white in the EasyBlog Default Theme for the following modules;
EasyBlog Archive,
EasyBlog Latest Blogs,
EasyBlog Tag Cloud.


I would appreciate you assistance.
Thank you.
Hello Wiets,

Please add these CSS codes into you template css file:

Latest Blogs Module

.ezb-mod .mod-item a {
color:#ffffff
}


Archive Module

.ezb-mod .archive-year-wrapper {
color:#ffffff;
}

.ezb-mod .archive-year-wrapper a {
color:#ffffff;
}


Tag Cloud Module

.mod_easyblogtagcloud a {
color: #ffffff;
}


Hope this helps.
·
Tuesday, 04 March 2014 16:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Great stuff! Worked like a charm!
Thank you.
·
Tuesday, 04 March 2014 22:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Wiets,

You're welcome.
·
Wednesday, 05 March 2014 10:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post