-
AuthorPosts
-
thinkprague Friend
thinkprague
- Join date:
- April 2014
- Posts:
- 29
- Downloads:
- 3
- Uploads:
- 14
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
April 14, 2014 at 10:36 am #196739http://ams14.siteground.eu/~thinkmag/thinkster/ is having an issue displaying fonts.
As you can see, the black font on white back ground displays correctly, as does the light font on black background of the next article boxes in the queue.
But when you navigate to the next article and it comes into position on the white background, the font of the headline is invisible.
How to correct this?
I tried the fix mentioned in http://www.joomlart.com/forums/topic/font-colour-3/ but it didn;t change anything, the problem still exists.
thanks
Jeff
-
wingly Friend
wingly
- Join date:
- February 2014
- Posts:
- 310
- Downloads:
- 0
- Uploads:
- 87
- Thanks:
- 80
- Thanked:
- 83 times in 48 posts
April 14, 2014 at 11:37 am #530802In templates/ja_dashboard/css/css.css
find the folowing code:
.item .article-title, .item .article-header h1{
color: white;
height: 3em;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
margin-bottom: 0.75em;
}
And replace with this one:
.item .article-title, .item .article-header h1{
height: 3em;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
margin-bottom: 0.75em;
}
wingly Friendwingly
- Join date:
- February 2014
- Posts:
- 310
- Downloads:
- 0
- Uploads:
- 87
- Thanks:
- 80
- Thanked:
- 83 times in 48 posts
April 14, 2014 at 11:40 am #530804in the same file find
.item .article-title a, .item .article-header h1 a {
colro: white;
}replace with this one:
/*.item .article-title a, .item .article-header h1 a {
colro: white;
} */thinkprague Friendthinkprague
- Join date:
- April 2014
- Posts:
- 29
- Downloads:
- 3
- Uploads:
- 14
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
April 14, 2014 at 12:09 pm #530809“In templates/ja_dashboard/css/css.css
find the folowing code”
There is no directory “ja_dashboard” , so assumming you mean “ja_smashboard” there is a directory called “css” but there is not file name “css.css” I checked the install package, no file name there either called “css.css”
am I missing something?
Thanks!
thinkprague Friendthinkprague
- Join date:
- April 2014
- Posts:
- 29
- Downloads:
- 3
- Uploads:
- 14
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
April 14, 2014 at 1:21 pm #530819I searched the code and found that it is actually in the template.css.
I made the changes and now the dark text shows on the white first article box, in the dark additional articles, the headline is now unreadable.
How to fix this now?
wingly Friendwingly
- Join date:
- February 2014
- Posts:
- 310
- Downloads:
- 0
- Uploads:
- 87
- Thanks:
- 80
- Thanked:
- 83 times in 48 posts
April 16, 2014 at 8:24 am #531098@thinkprague ;
Sorry for such a long delay; As i have noticed i do not see this problem anymore on your page; Yes i wrote incorrectly it’s template.css;
And about the fix
“In templates/ja_smashboard/css/template.cssFind the change we have done:
/*.item .article-title a, .item .article-header h1 a {colro: white;} */
and replace with this one:
div.active item .article-title a, .item .article-header h1 a {
color: black;
}
.item .article-title a, .item .article-header h1 a {
colro: white;
}
Tell me how it worked;
1 user says Thank You to wingly for this useful post
thinkprague Friendthinkprague
- Join date:
- April 2014
- Posts:
- 29
- Downloads:
- 3
- Uploads:
- 14
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
April 16, 2014 at 10:29 am #531115At first it didn’t, then i noticed colro: was spelt wrong, changed it, and it works, thanks!
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by thinkprague 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum