-
AuthorPosts
-
September 4, 2012 at 7:29 pm #180473
I want to change top main menu background colour. Please see the picture and, cycle by pen background is wanted to change: please help.
Shar
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
September 5, 2012 at 10:04 am #466234<em>@globalchin 336986 wrote:</em><blockquote>I want to change top main menu background colour. Please see the picture and, cycle by pen background is wanted to change: please help.
Shar</blockquote>
Hi Globalchin,
All styles for top main menu is in ‘templatesja_nexcssmenumega.css’– To change color of whole menu, find these lines:
.ja-megamenu ul.level0 li.mega a.mega.over,
.ja-megamenu ul.level0 li.mega a.mega.active {
background: url(../../images/hover-menu.gif) repeat-x left top #e5e5e5
color: #666
border: solid 1px #fff
border-bottom: none;
padding: 14px 15px 13px 15px;
display: block;
}
– To change color of active menu find these line:
.ja-megamenu ul.level0 li.mega a.mega.over,
.ja-megamenu ul.level0 li.mega a.mega.active {
background: url(../../images/hover-menu.gif) repeat-x left top #e5e5e5
color: #666
border: solid 1px #fff
border-bottom: none;
padding: 14px 15px 13px 15px;
display: block;
}
Hope this help.
September 9, 2012 at 12:26 am #466515Hi Luna Garden,
Thanks a lot. It is help: I have one more quick question:) Please see attach file of picture- “Latest News”. There is too much space between Latest News Module title and the actual latest news articles’ titles; How can I edit this space? I want to move a little up latest articles title to module title of latest news. if you see picture, i hope you understand what is meant:
Thanks,
Shar:)
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
September 10, 2012 at 7:22 am #466595<em>@globalchin 337502 wrote:</em><blockquote>Hi Luna Garden,
Thanks a lot. It is help: I have one more quick question:) Please see attach file of picture- “Latest News”. There is too much space between Latest News Module title and the actual latest news articles’ titles; How can I edit this space? I want to move a little up latest articles title to module title of latest news. if you see picture, i hope you understand what is meant:
Thanks,
Shar:)</blockquote>
Hi,
You only want to style for this module only or apply for all module ?If you want to apply for all module, please go to:
templatesyour_default_template_namecsstemplate.css
Find these lines:
div.ja-moduletable h3, div.moduletable h3 {
border-bottom: 1px solid #ddd;
color: #222;
font-family: 'TeXGyreAdventorRegular',Helvetica,Arial,sans-serif;
font-size: 100%;
margin: 0;
padding: 13px 15px;
text-transform: uppercase;
}
change your padding valueand add these lines:
div.ja-moduletable ul, div.ja-module ul {
margin: 10px 0 0;
}
change margin to any values you want.– If you only need changes apply to module “Latest News”, you create a new class suffix for this module.
Navigation to backend >> module manager >> latest News >> add class suffix with a before it.
Then do the same steps as above, but change class to new class suffix.
Ex: class suffix is ‘lateststyle’
Add new lines:
div.lateststyle h3, div.lateststyle h3 {
padding: 9px 15px;
}
div.lateststyle ul, div.lateststyle ul {
margin: 10px 0 0;
}AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Luna Garden 12 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum