By Sean Carney on Thursday, 12 April 2018
Posted in General
Replies 3
Likes 0
Views 492
Votes 0
I just upgraded EasyBlog to 5.2.3 and things seem to work well at first glance. I will be checking around looking for things that might have broken. In the meantime I do have two EasyBlog - Showcase Modules whose body text changed color. The text was white before the upgrade. They are on the homepage and are titled Articles & Blogs and Resources & Results. I suspect something just went wrong with the css.

Any ideas how to fix it easily?

Thanks, Sean
I put this Custom css from your backend > Easyblog > theme > custom css area, when you apply something in this page, it will affect your this file as well.

JoomlaFolder/templates/YourCurrentTemplate/html/com_easyblog/styles/custom.css
·
Thursday, 12 April 2018 10:14
·
0 Likes
·
0 Votes
·
0 Comments
·
I've help you added this following css into Easyblog, it should show correctly now.


/* adjust the showcase content font color */
body #eb.eb-mod .eb-gallery-content {
color: #FFF;
}
·
Thursday, 12 April 2018 10:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Wow fast. And beautiful. It is a very nice upgrade.

Did you put that into my custom.css file?

Thank you so much.

Sean
·
Thursday, 12 April 2018 10:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post