-
AuthorPosts
-
Urszula Dziki Friend
Urszula Dziki
- Join date:
- September 2014
- Posts:
- 221
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 34
- Thanked:
- 20 times in 1 posts
September 25, 2010 at 1:34 am #154610Is it possible to assign menu to display all bg all the time like pic below? I am trying but I guess my css knowlege is not good enough I looked at mega menu and does not coming exactly way I want. Any ideas would be appreciated. I don’t really expect answer but if anyone could give me some clue that would be great.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 27, 2010 at 7:02 am #356774You can use firebug of the firefox to find css of elements. http://www.kristarella.com/2009/02/how-to-use-firebug-for-css/ , https://addons.mozilla.org/en-US/firefox/addon/1843/
1) you find the following code: in this file: templates/ja_social/css/template.css
#ja-mainnav { background: url(../images/trans-bg.png); border-top: 1px solid #4FAED2; }
replace:
#ja-mainnav {
background:url(“../images/container-bg.gif”) repeat-x scroll left top #D6E4EC;
border-top:1px solid #4FAED2;
}and find code: in this file: /templates/ja_social/css/menu/mega.css
.ja-megamenu ul.level0 li.mega a.mega {
color: #fff;
padding: 0 25px 0 10px;
font-size: 110%;
font-weight: normal;
line-height: 40px;
font-weight: normal;
font-family: “Segoe UI”, Arial, sans-serif;
text-transform: uppercase;
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}replace:
.ja-megamenu ul.level0 li.mega a.mega {
color: #333;
padding: 0 25px 0 10px;
font-size: 110%;
font-weight: normal;
line-height: 40px;
font-weight: normal;
font-family: “Segoe UI”, Arial, sans-serif;
text-transform: uppercase;
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}1 user says Thank You to Saguaros for this useful post
Urszula Dziki FriendUrszula Dziki
- Join date:
- September 2014
- Posts:
- 221
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 34
- Thanked:
- 20 times in 1 posts
September 27, 2010 at 8:39 am #356786Thank you I will try this. I was trying myself but got really strange results
Urszula Dziki FriendUrszula Dziki
- Join date:
- September 2014
- Posts:
- 221
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 34
- Thanked:
- 20 times in 1 posts
September 28, 2010 at 12:25 am #356860I am playing with this now. No it was just code to change colour of font. I am trying to achieve result of all menu with all active position. So they all have background something like this . Anyhow thank you for your time
Anyhow nearly there 🙂
finished and ad fixes for sub menu so working now. Thank you again
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Urszula Dziki 14 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum