-
AuthorPosts
-
January 13, 2009 at 2:27 am #137036
I am not good neither on image processing nor on css. That’s why I resort to use templates. I have a problem with the appearance of the main navigation menu of one of my sites.
My first site is :
In this site, colors of the drop down menu are pretty nice according to my opinion.
But on my second site :
colours of the drop down menu are ugly and irrelevant with the content. I want to have the same colors with the previous one in this site too.
Is it possible to copy a block from the css file and related images from the first one to the other site. If yes, what should be copied?
If not, could anyone please upload necessary background images with converted colors similar to the first one to be used in the second site?
regards….
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 14, 2009 at 10:50 am #286364Hi mrtblt,
You can copy all content from file templates/ja_edenite/ja_menus/ja_moomenu/ja.moomenu.css of the first site to file templates/ja_rutile/ja_menus/ja_moomenu/ja.moomenu.css of the second file
And then copy images in templates/ja_rutile/images which are including in ja.moomenu.css file in the first site and copy to templates/ja_rutile/images folder in the secord site.
Hope it helps.
January 14, 2009 at 7:09 pm #286458Thanks for the answer, it really worked out. I have another question
Some of the sub menu items’ texts are long and they are automatically wrapped.
How can i increase the width of primary and secondary sub menus?Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 15, 2009 at 4:14 am #286503Please try with:
+ Open http://www.neyserv.com/templates/ja_rutile/ja_menus/ja_moomenu/ja.moomenu.css file, at about line 118, find following script:
#ja-cssmenu li ul a {
background:transparent none repeat scroll 0 0;
border-right:medium none;
color:#FFFFFF;
font-size:92%;
font-weight:normal;
line-height:normal;
margin:0;
padding:7px 10px;
}and change to:
#ja-cssmenu li ul a {ja.moomenu.css (line 118)
background:transparent none repeat scroll 0 0;
border-right:medium none;
color:#FFFFFF;
font-size:92%;
font-weight:normal;
line-height:normal;
margin:0;
padding:7px 10px;
width: 100%;
}Hope it helps.
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by Anonymous 15 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum