-
AuthorPosts
-
March 10, 2009 at 9:19 am #138956
Hi,
I have adjusted some of the colouring to suite my site …however, I can’t find where to change the colours of the menu from green and violet to my colours (screenshot attached)
Your help would be much appreciated.
Thanks in advance. 🙂
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
March 10, 2009 at 12:01 pm #295207sunny72;116762Hi,
I have adjusted some of the colouring to suite my site …however, I can’t find where to change the colours of the menu from green and violet to my colours (screenshot attached)
Your help would be much appreciated.
Thanks in advance. 🙂can I have a live url so I can see your changed code and compare to quartz demo just to be sure?
Violet may be found around here
ja.cssmenu.css (line 90)
#ja-cssmenu li a:hover, #ja-cssmenu li a:active, #ja-cssmenu li a:focus {
color:#A9105C;
white text as in transfer text may be found about here
ja.cssmenu.css (line 145)
#ja-cssmenu li ul a:hover, #ja-cssmenu li ul a:active, #ja-cssmenu li ul a:focus, #ja-cssmenu ul li:hover, #ja-cssmenu ul li.sfhover, #ja-cssmenu ul li.havesubchildsfhover, #ja-cssmenu ul li.havesubchild-activesfhover, #ja-cssmenu ul ul li:hover, #ja-cssmenu ul ul li.sfhover, #ja-cssmenu ul ul li.havesubchildsfhover, #ja-cssmenu ul ul li.havesubchild-activesfhover {
background:#58082E none repeat scroll 0 0;
color:#FFFFFF !important;
}
Hope this helps
ShannonN
1 user says Thank You to ShannonN for this useful post
March 10, 2009 at 12:21 pm #295209Hi Shannon,
Thank you very much for the reply. Much appreciated.
The site is still on my dev server offline.
I’ll try the violet (thanks)… however, I wasn’t looking for the white bit just the ‘green‘menu bit… if you could point me in the right direction that would be awesome.
Once again THANK YOU! for your help.
Regards
Sunnymihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
March 10, 2009 at 12:45 pm #295215Hello,
You will find that color in this file. ja.cssmenu.css . This will be around line 80.
#ja-cssmenu li a {
color:#586C0A;
font-size:110%;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}Regards,
Mihir C.1 user says Thank You to mihirc for this useful post
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
March 10, 2009 at 12:51 pm #295217sunny72;116801Hi Shannon,
Thank you very much for the reply. Much appreciated.
The site is still on my dev server offline.
I’ll try the violet (thanks)… however, I wasn’t looking for the white bit just the ‘green‘menu bit… if you could point me in the right direction that would be awesome.
Once again THANK YOU! for your help.
Regards
SunnyTry this
ja.cssmenu.css (line 80)#ja-cssmenu li a {
color:#586C0A;
display:block;
font-size:110%;
font-weight:bold;
padding:30px 15px;
text-decoration:none;
text-transform:uppercase;Cheers ShannonN
oops beat me to it Mihirc
2 users say Thank You to ShannonN for this useful post
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by ShannonN 15 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Another CSS related question!
Viewing 5 posts - 1 through 5 (of 5 total)