-
AuthorPosts
-
arckoo Friend
arckoo
- Join date:
- May 2011
- Posts:
- 112
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 50
- Thanked:
- 4 times in 1 posts
October 2, 2011 at 1:05 am #416149<em>@TomC 272032 wrote:</em><blockquote>Actually, you are correct about that being the image … but how did you try to change it?</blockquote>
Yes, it works! Apparently I did something wrong… like 3 times! 😛 But I just tried it again and voila, there it is!
Still… thanks a lot for looking into it!!… and now I’m really off to bed. Got some 2,5 hours left to catch some sleep 😀
It’s well worth it though, because I’m very pleased with the result!TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 2, 2011 at 1:55 am #416151<em>@arckoo 272036 wrote:</em><blockquote>… and now I’m really off to bed. Got some 2,5 hours left to catch some sleep 😀
It’s well worth it though, because I’m very pleased with the result!</blockquote>
awesome !!-
1 user says Thank You to TomC for this useful post
frodojrr Friendfrodojrr
- Join date:
- December 2007
- Posts:
- 89
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 16
- Thanked:
- 2 times in 1 posts
October 12, 2011 at 12:05 am #418558<em>@TomC 272012 wrote:</em><blockquote>Within file path templates/ja_rave/css/menu . . . open mega.css
starting at line 54, you will see the following:
.ja-megamenu ul.level0 li.mega.active a.mega.active span.menu-title,
.ja-megamenu ul.level0 li.active.haschild a.active.haschild span.menu-title {
background: url(../../images/navtab-r.png) no-repeat right top;
color: #fff;
padding: 0px 20px 0px 15px;
}.ja-megamenu ul.level0 li.mega.over a.mega.over,
.ja-megamenu ul.level0 li.mega.active.over a.mega.active.over,
.ja-megamenu ul.level0 li.haschild-over a.haschild.over ,
.ja-megamenu ul.level0 li.active.haschild-over a.active.haschild.over {
background: url(../../images/navtab-l-hover.png) no-repeat left top;
padding-left: 5px;
}
If you look at the “background” parameter, you will see the reference to the images that are being called upon for both the active and hover state for the menu items. You simply modify those images (with whatever image program you use (e.g. Photoshop)) and either overwrite the original images or name them something unique and modify the image path for the background parameter accordingly.
Incidentally … not to push you off of asking further questions, but here are a couple of resources a pretty cool dude put together that can assist you in identifying (and even real-time testing of various modifications) as you continue to work with your site . . .
WEB DEVELOPMENT TOO ESSENTIALS – Design Like A Pro[/url]
[URL=http://www.joomlart.com/forums/topic/using-firebug-to-customize-your-site/http://qualityclassichealthandfitnesscenter.net
I changed the image colors per your instructions, but am unable to change the color of the text (white on yellow is not so nice, and now my home page is black on yellow, but other menu items are black on black).
Thanks!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 12, 2011 at 1:41 am #418580<em>@frodojrr 275007 wrote:</em><blockquote>If you don’t mind me jumping in …
Thank you, first, for this reply.
I have one question: I cannot change the color of the text in the menus. Where can I do that?
Site is here:
http://qualityclassichealthandfitnesscenter.net
I changed the image colors per your instructions, but am unable to change the color of the text (white on yellow is not so nice, and now my home page is black on yellow, but other menu items are black on black).
Thanks!</blockquote>
Going to need you to temporarily set “Optimize CSS” to “No” within your Template Manager.Let me know when you have done this and I’ll take a look.
frodojrr Friendfrodojrr
- Join date:
- December 2007
- Posts:
- 89
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 16
- Thanked:
- 2 times in 1 posts
October 12, 2011 at 2:31 am #418590<em>@TomC 275035 wrote:</em><blockquote>Going to need you to temporarily set “Optimize CSS” to “No” within your Template Manager.
Let me know when you have done this and I’ll take a look.</blockquote>
Done. Sorry about that.
Thanks:
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 12, 2011 at 3:23 am #418601<em>@frodojrr 275007 wrote:</em><blockquote>If you don’t mind me jumping in …
I changed the image colors per your instructions, but am unable to change the color of the text (white on yellow is not so nice, and now my home page is black on yellow, but other menu items are black on black).
Thanks!</blockquote>
Okay, here is a suggestion . . . .
Within file path templates/ja_rave/css/menu . . . open mega.css
starting at line 65, you will see the following:
.ja-megamenu ul.level0 li.mega a.mega {text-transform: uppercase;
color: #000;
height: 52px;
line-height: 52px;
padding: 0px;
font-weight: normal;
}
Try changing “color” to any other color you want …. #fff for example.
You can experiment with some trial-and-error from there until you get the look you want.
Hope that helps.
frodojrr Friendfrodojrr
- Join date:
- December 2007
- Posts:
- 89
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 16
- Thanked:
- 2 times in 1 posts
October 12, 2011 at 3:31 am #418605<em>@TomC 275058 wrote:</em><blockquote>Okay, here is a suggestion . . . .
Within file path templates/ja_rave/css/menu . . . open mega.css
starting at line 65, you will see the following:
.ja-megamenu ul.level0 li.mega a.mega {text-transform: uppercase;
color: #000;
height: 52px;
line-height: 52px;
padding: 0px;
font-weight: normal;
}
Try changing “color” to any other color you want …. #fff for example.
You can experiment with some trial-and-error from there until you get the look you want.
Hope that helps.</blockquote>
My friend, not only did this help. This SOLVED my dilemma.
So, for those just tuning in, the DEFAULT colors for the mega.css menu are in the default mega.css file, NOT in the respective “color” mega menus.
Thank you!
1 user says Thank You to frodojrr for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 12, 2011 at 3:38 am #418607You’re very welcome !!! – Glad I could help
frodojrr Friendfrodojrr
- Join date:
- December 2007
- Posts:
- 89
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 16
- Thanked:
- 2 times in 1 posts
October 12, 2011 at 4:02 am #418615<em>@TomC 275064 wrote:</em><blockquote>You’re very welcome !!! – Glad I could help</blockquote>
Yes!
Yes, you did help!
And your advice was “spot-on.”
October 16, 2012 at 4:30 pm #470289Is there a way to add a child theme so you are not affecting the core files? Once you apply a theme upgrade, don’t you have to go an replace everything again…since it is overwritten during the upgrade process?
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
October 17, 2012 at 4:31 am #470323<em>@michaelyork06 342581 wrote:</em><blockquote>Is there a way to add a child theme so you are not affecting the core files? Once you apply a theme upgrade, don’t you have to go an replace everything again…since it is overwritten during the upgrade process?</blockquote>
Hello michaelyork06,You should back all your modified codes up before upgrading new theme. Then after upgrade process, you need to compare the new files with the old one for differences.
Regards.
AuthorPostsThis topic contains 26 replies, has 6 voices, and was last updated by Stork11 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum