By Annelize Burger on Tuesday, 05 June 2018
Posted in General
Replies 3
Likes 0
Views 465
Votes 0
I am having a problem changing the colors of the mod_easysocial_stream on th homepage of http://www.orgtology.org

Adding any styling options to the module with module class suffix has no effect on the fact that the links are being displayed in white instead of blue color. Is this a theme within easysocial where the styling is coming from? Would prefer if the links/titles currently in white can be displayed in blue, with e grey rollover effect.
Hi there,

Seems like it is not possible for me to access your site currently as you can see here http://take.ms/drisn as it kept loading without any success. Please advice.
·
Tuesday, 05 June 2018 14:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Please try again I have checked and confirmed login on the username
·
Tuesday, 05 June 2018 15:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I have applied css codes below and it should works as it should now.
[gist type="css"]
#g-extension a {
color: #428bca !important;
}

#g-extension a:hover {
color: #808080 !important;
}
[/gist]
·
Tuesday, 05 June 2018 15:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post