By Rik Brown on Saturday, 05 July 2014
Posted in Technical Issues
Replies 7
Likes 0
Views 670
Votes 0
I'm not sure what is going on. As per the attachment, the text for the toolbar text menus in the nomad template are either white-on-white or white on an extremely light gray. Is that intentional? If so, it's quite unreadable. Or is something wrong with my template's css?
Hello Rik,

I am really sorry for the delay of this reply as it is a weekend for us here. Can you add the block of css codes below into your template's css file?


body #ezblog-menu .blog-navi.iconless li a span {
color: #666 !important;
}

body #ezblog-menu .blog-navi.iconless li a span:hover {
color: #fff !important;
}
·
Saturday, 05 July 2014 02:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark:

Thanks for looking into this.

I copied the css into the bottom of the following file: components/com_easyblog/themes/nomad/css/style.css

I am using the nomad theme and currently our caches are all off and cleared (even my browser cache). However, nothing changed.

Any ideas?

Thanks. -- Rik

PS: Any reply can wait until Monday as this isn't a critical matter.
·
Sunday, 06 July 2014 02:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rik,

Please place them in /templates/socialize/css/custom.css
·
Sunday, 06 July 2014 03:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Unfortunately, that didn't have any effect either.
·
Sunday, 06 July 2014 05:56
·
0 Likes
·
0 Votes
·
0 Comments
·
I have just checked your site and it's actually because you added an extra comment but did not close it, http://screencast.com/t/b4D5eWdD . I have fixed this for you.
·
Sunday, 06 July 2014 13:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark: Oops! Thanks for fixing that! - Rik
·
Sunday, 06 July 2014 21:36
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Monday, 07 July 2014 01:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post