Hi,
thx for these great template.
I recently bough the horizon template and I was wondering where, in the css files, I could mofify the font on the dark background. I mean, they appear with another caracter for shadow and it makes the text hard to read. They got a kind of blur.
Sorry for my english,
have a great day !
- DavidM
-
- Commercial Templates
- Saturday, 23 June 2012
- Subscribe via email
Sure, you can see here: http://www.bavard.tv/cinephile-communaute/frontpage.htm
It also do exactly the same with my jreview component.
http://www.bavard.tv/les-plus-critiques/most-reviews.htm
Thx for your time !
It also do exactly the same with my jreview component.
http://www.bavard.tv/les-plus-critiques/most-reviews.htm
Thx for your time !
- more than a month ago
- Commercial Templates
- # 2
To remove the shadow add the following to the end of your templates template.css (../templates/j51_horizon/css/template.css)..
[code type=css]#content80, #content100 {text-shadow: none !important;}[/code]
You might have an issue where your extensions inherit the default color for modules (dark text). If you are unable to change this via the extension, get back to me and I can help you out.
Ciarán
[code type=css]#content80, #content100 {text-shadow: none !important;}[/code]
You might have an issue where your extensions inherit the default color for modules (dark text). If you are unable to change this via the extension, get back to me and I can help you out.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Yes, it works.
But now the font are all gray on a gray background.
I guess I should change the font for the #content80 and #content100 only, for when the dark background appears, I did try but it doesnt work... :unsure:
But now the font are all gray on a gray background.
#content80 {overflow:hidden; margin:0;}
#content100 {float:right;width:908px; overflow:hidden; padding-right:15px; padding-left:15px; margin-right:10px;}
#content80, #content100 {margin-top:15px; margin-bottom:10px; background:#f3f3f3; -moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px; padding-
text-shadow: none !important;}
I guess I should change the font for the #content80 and #content100 only, for when the dark background appears, I did try but it doesnt work... :unsure:
- more than a month ago
- Commercial Templates
- # 4
Also try adding the following...
[code type=css]#community-wrap.on-j51_horizon, .jr_pgContainer {color: #ffffff;}[/code]
Ciarán
[code type=css]#community-wrap.on-j51_horizon, .jr_pgContainer {color: #ffffff;}[/code]
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Thx alot for your fast answer ! :-)
Well it works, it fix it on the dark background, but now on the other page the font is also white on white backgrounds.
:huh:
Well it works, it fix it on the dark background, but now on the other page the font is also white on white backgrounds.
:huh:
- more than a month ago
- Commercial Templates
- # 6
Sorry about that, I made some modifications already.
The url : http://www.bavard.tv/top-100/category.htm
With the white font on a dark background
and
the url: http://www.bavard.tv/critique-cinema-9/films/drame/fight-club.htm
For the movie listing, who is now white font on white background.
The url : http://www.bavard.tv/top-100/category.htm
With the white font on a dark background
and
the url: http://www.bavard.tv/critique-cinema-9/films/drame/fight-club.htm
For the movie listing, who is now white font on white background.
- more than a month ago
- Commercial Templates
- # 8
Thanks David
Try adding the following
[code type=css]div.content div.jr_pgContainer, td.jr_pagenav_results, td.jr_pagenav_pages, td.jr_pagenav_limitbox {color: #000000;}[/code]
Ciarán
Try adding the following
[code type=css]div.content div.jr_pgContainer, td.jr_pagenav_results, td.jr_pagenav_pages, td.jr_pagenav_limitbox {color: #000000;}[/code]
Ciarán
- more than a month ago
- Commercial Templates
- # 9
Well, everything looks great now. It seems to work perfectly !
Good Job ! Many thanks for your time, I really appreciate it.
:cheer:
Good Job ! Many thanks for your time, I really appreciate it.
:cheer:
- more than a month ago
- Commercial Templates
- # 10
Hi !
Its me again !
I found 2 others places with the exact same issue.
With Jreview we can do "search", and it show result page like this one, where the text is white on white:
http://www.bavard.tv/critique-cinema/tag-genre-drame.htm
There is also the category page where the text is also white on white.
http://www.bavard.tv/critique-cinema/films-animation-c80.htm
Its me again !
I found 2 others places with the exact same issue.
With Jreview we can do "search", and it show result page like this one, where the text is white on white:
http://www.bavard.tv/critique-cinema/tag-genre-drame.htm
There is also the category page where the text is also white on white.
http://www.bavard.tv/critique-cinema/films-animation-c80.htm
- more than a month ago
- Commercial Templates
- # 11
Try also adding the following in your templates Custom CSS field..
[code type=css]div.jr_blogview .contentIntrotext, .jr_pgDescription {color: #000000 !important;}[/code]
Ciarán
[code type=css]div.jr_blogview .contentIntrotext, .jr_pgDescription {color: #000000 !important;}[/code]
Ciarán
- more than a month ago
- Commercial Templates
- # 12
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »