-
AuthorPosts
-
October 2, 2009 at 1:23 pm #144801
When I hover a JA News section with the mouse, it gets colored. Is there a way (option) to have it always colored, not only on hover?
by the way – great module. Saves a lot of time. Is HERE the right place to post questions about it?
Nick R JA JobBoardNick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
October 4, 2009 at 6:40 am #319489Let me know if you have found the solution 😉
Nick R JA JobBoardNick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
October 8, 2009 at 2:56 pm #319902*bump*….
crazyleggs Friendcrazyleggs
- Join date:
- May 2008
- Posts:
- 138
- Downloads:
- 3
- Uploads:
- 4
- Thanks:
- 16
- Thanked:
- 17 times in 1 posts
October 10, 2009 at 3:06 am #320075I can tell you what I have done, I too didn’t want the colors changing, so I changed the color in”
modulesmod_janews2assetsstyle.css.ja-zinsec {
background: #145077;
border-bottom: 1px solid #ddd;
color: #000;
padding: 0 15px;
position: relative;Saved
Then in the moduled manager (JA_NEWS2), changed all of the active sections to read deepblue (same color as the background in the.css file)Now all section headings in JA_NEWS are solid colors.
Nick R JA JobBoardNick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
October 10, 2009 at 7:10 am #320083Cheers for that.
But is this also working when you want to keep the colors as i dont want to have them all in blue..?Right now the sections has different colors. I want to keep them at the frontpage. So lime, red, black, blue, etc. But not only when you hover it. It should show the given color from the beginning.
I hope you know what i mean….October 12, 2009 at 8:42 am #320228<em>@algmed 148266 wrote:</em><blockquote>Cheers for that.
But is this also working when you want to keep the colors as i dont want to have them all in blue..?Right now the sections has different colors. I want to keep them at the frontpage. So lime, red, black, blue, etc. But not only when you hover it. It should show the given color from the beginning.
I hope you know what i mean….</blockquote>thats exactly what I need too. No solution yet.
Nick R JA JobBoardNick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
October 16, 2009 at 3:38 pm #320732… *bump* again…
sjmorris Friendsjmorris
- Join date:
- March 2009
- Posts:
- 22
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
November 16, 2009 at 6:42 pm #323811Bump here as well – would love to be able to do this.
mpnoble Friendmpnoble
- Join date:
- January 2008
- Posts:
- 13
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
November 19, 2009 at 8:31 am #324209I went to modulesmod_janews2assetsstyle.css
Underneath
/* red —*/
.ja-zintheme-red:hover .ja-zinsec {
background: #9c162e;
}Add
.ja-zintheme-red .ja-zinsec {
background: #9c162e;
}And so on for each of the colours. The first line controls the colour when you are hovering over it, the second line the background colour when there is no hovering.
Matt
1 user says Thank You to mpnoble for this useful post
sjmorris Friendsjmorris
- Join date:
- March 2009
- Posts:
- 22
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
November 19, 2009 at 8:50 am #324221Thanks mpnoble. One more Q – when highlighting the background like that, the section name in the bar remains black, where can we switch that to white?
S
Nick R JA JobBoardNick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
November 19, 2009 at 12:01 pm #324259Cheers matt! Really, that was a great input! Devs werent able to answer this questions but at least a community member was able to answer. Thanks a lot!
Its working great beside sjmorris suggestion, would be great if we can fix this also.
Cheers
Nickelmpnoble Friendmpnoble
- Join date:
- January 2008
- Posts:
- 13
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
November 19, 2009 at 12:26 pm #324261Make the change below in the same file
Change
.ja-zinsec h2 a {
color: #000;
}To
.ja-zinsec h2 a {
color: #fff;
}Btw – Google Chrome’s “inspect element” tool is fantastic for this kind of thing.
Matt
-
AuthorPosts
This topic contains 13 replies, has 5 voices, and was last updated by Nick R 15 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum