-
AuthorPosts
-
July 18, 2013 at 2:28 pm #189059
Hi,
Since yesterday I’m using Nex in my live site: http://geschichte-wissen.de and I love it.
Although I have a few issues, you may help me.
First: Look at my site http://geschichte-wissen.de – on the navigation tap “Mitglieder” the Mega Menu slides down with a login form. The login form is the jfusion login form. As you can see, the Username, Passwort, and Remember me phrases are not displayed because the font has the same color as the background. How can I change that?
Second: In the article pages the links are not highlighted (underlined or different color). Where can I change the link-color (only in the articles) to the color, that appears, when the link is hovered?
Thanks in advance
Ralph
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 18, 2013 at 6:26 pm #499496So that I can try to best assist you, please set “Optimize CSS” to “No” within your Template Manager–General settings
July 19, 2013 at 6:54 am #499551<em>@TomC 381357 wrote:</em><blockquote>So that I can try to best assist you, please set “Optimize CSS” to “No” within your Template Manager–General settings</blockquote>
Hey, thx, I did that. 🙂
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 19, 2013 at 7:55 am #499572Hi Ralph,
You can open file: /templates/ja_nex/css/template.css, around line 534
#login-form label {
color: #222222
display: block;
font-weight: bold;
line-height: normal;
margin-bottom: 2px;
}
For the color of link when hovering in artilce page, for example, http://geschichte-wissen.de/zeitgeschichte/57-der-kalte-krieg/807-rezension-geo-epoche-israel.html
Which link do you want to change?
July 19, 2013 at 8:57 am #499582Thx Saguaros, I will test it!
An example for the links: http://geschichte-wissen.de/nachrichten/783-afd-bundestagswahl-ende-merkel-koalition.html There is the text: “Die FDP scheitert an der 5 % Hürde” – it’s a link, that is not recognizable.
I attached two screenshots, which show how I want the links to appear standardly.
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 19, 2013 at 9:12 am #499586Hi
You can open this article in backend > toggle HTML view and edit that <a> tag:
<a href=".." style="color: your_color_here;"> FDP scheitert an der 5 % Grenze</a>
Save and clean JAT3 cache.
July 19, 2013 at 9:18 am #499588Yeah, but I have over 800 articles – so it would be nice if I can automate that with css. Is this possible?
July 21, 2013 at 6:25 pm #499743Bump. It would be cool, if you could help me
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 22, 2013 at 2:52 am #499752Hi
Another way can be applied is that you can define color for <a> tag for whole site. For example, you can open file: /templates/ja_your_default_template/css/template.css and add this css rule:
a {
color: //your_desired_color_here;
}
The problem of this solution is that if other modules also contains <a> tag then it will also inherit and have color you defined above. But you can add class suffix and defined new css class for specific module and it’s much better than editting over 800 articles :p
Remeber to clean JAT3 cache then
-
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 3 voices, and was last updated by Saguaros 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum