-
AuthorPosts
-
jersonjunior Friend
jersonjunior
- Join date:
- November 2010
- Posts:
- 79
- Downloads:
- 2
- Uploads:
- 8
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
January 5, 2012 at 6:55 pm #172468khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
January 6, 2012 at 4:51 am #432734Hi,
Could you give me username + password of backend and a link to your website?we2solutions Friendwe2solutions
- Join date:
- September 2014
- Posts:
- 526
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 136
- Thanked:
- 100 times in 1 posts
January 6, 2012 at 6:36 am #432741Hi jersonjunior ,
When editing a menu item, you will see a field named “additional class”, just fill a class name like “_red”.
Then add a code like below to template.css:._red{
background: red;
}Try and let me know about the result 🙂
jersonjunior Friendjersonjunior
- Join date:
- November 2010
- Posts:
- 79
- Downloads:
- 2
- Uploads:
- 8
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
January 6, 2012 at 2:37 pm #432784The result is http://www.soupinheirense.com.br but i would like change de color of text!
pixelzombie Friendpixelzombie
- Join date:
- August 2010
- Posts:
- 339
- Downloads:
- 2
- Uploads:
- 49
- Thanks:
- 32
- Thanked:
- 168 times in 107 posts
January 6, 2012 at 3:55 pm #432791Hi jersonjunior,
Just change the css code WE2Solutions provided to
._red{
color: red;
}
Cheers
Frank
jersonjunior Friendjersonjunior
- Join date:
- November 2010
- Posts:
- 79
- Downloads:
- 2
- Uploads:
- 8
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
January 6, 2012 at 9:26 pm #432842I put this in templante.css and nothing!
jersonjunior Friendjersonjunior
- Join date:
- November 2010
- Posts:
- 79
- Downloads:
- 2
- Uploads:
- 8
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
January 6, 2012 at 11:25 pm #432854ja-megamenu ul.level0 li.mega a.mega => Home= Text Blue
.ja-megamenu ul.level0 li.mega a.mega=> Other item Text=yellow
.ja-megamenu ul.level0 li.mega a.mega=>Other item Text=Withe
….I think that is possible but need add code in mega.css
jersonjunior Friendjersonjunior
- Join date:
- November 2010
- Posts:
- 79
- Downloads:
- 2
- Uploads:
- 8
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
January 7, 2012 at 1:17 am #432860#nav ul.menu li.level1.item1:hover a {
color: #F18939;
}
#nav ul.menu li.level1.item2:hover a {
color: #C4CD28;
}
#nav ul.menu li.level1.item3:hover a {
color: #00B200;
}
#nav ul.menu li.level1.item4:hover a {
color: #EC008C;
}
#nav ul.menu li.level1.item5:hover a {
color: #8F3079;
}
#nav ul.menu li.level1 a {
color: #5E5249;
}
#nav ul.menu li.level1.item1.active a {
color: #F18939;
}
#nav ul.menu li.level1.item2.active a {
color: #C4CD28;
}
#nav ul.menu li.level1.item3.active a {
color: #00B200;
}
#nav ul.menu li.level1.item4.active a {
color: #EC008C;
}
#nav ul.menu li.level1.item5.active a {
color: #8F3079;
}
#nav .level1.item1 ul.level2 {
background-color: #F18939;
display: none;
left: 12px;
margin: 0;
padding: 5px 5px 10px;
position: absolute;
top: 45px;
width: 121px;
}
#nav .level1.item2 ul.level2 {
background-color: #C4CD28;
display: none;
left: 12px;
margin: 0;
padding: 5px 5px 10px;
position: absolute;
top: 45px;
width: 120px;
}
.en #nav .level1.item1 ul.level2 {
background-color: #F18939;
display: none;
left: 12px;
margin: 8px 0 0;
padding: 5px 5px 10px;
position: absolute;
top: 45px;
width: 121px;
}
.en #nav .level1.item2 ul.level2 {
background-color: #C4CD28;
display: none;
left: 12px;
margin: 8px 0 0;
padding: 5px 5px 10px;
position: absolute;
top: 45px;
width: 120px;
}
#nav .level1.item3 ul.level2 {
background-color: #00B200;
display: none;
left: 10px;
margin: 0;
padding: 5px 5px 10px;
position: absolute;
top: 45px;
width: 135px;
}
#nav .level1.item4 ul.level2 {
background-color: #EC008C;
display: none;
left: 12px;
margin: 0;
padding: 5px 5px 10px;
position: absolute;
top: 45px;
width: 109px;
}
.en #nav .level1.item4 ul.level2 {
background-color: #EC008C;
display: none;
left: 0;
margin: 0;
padding: 5px 5px 10px;
position: absolute;
top: 45px;
width: 109px;
}
#nav .level1.item5 ul.level2 {
background-color: #8F3079;
display: none;
margin: 0;
padding: 5px 5px 10px;
position: absolute;
top: 45px;
width: 100px;
}
#nav .level1.item1 ul.level2 li {
background: none repeat scroll 0 0 transparent;
border-bottom: 1px solid #E2853E;
}
#nav .level1.item2 ul.level2 li {
background: none repeat scroll 0 0 transparent;
border-bottom: 1px solid #BAC22F;
}
#nav .level1.item3 ul.level2 li {
background: none repeat scroll 0 0 transparent;
border-bottom: 1px solid #0BAA0B;
}
#nav .level1.item4 ul.level2 li {
background: none repeat scroll 0 0 transparent;
border-bottom: 1px solid #DD0B88;
}
#nav .level1.item5 ul.level2 li {
background: none repeat scroll 0 0 transparent;
border-bottom: 1px solid #671D56;
}
#nav ul.level2 {
z-index: 250;
}
#nav ul.menu li.level1.item1 ul.lvl2 {
background-color: #F18939;
display: none;
left: 12px;
margin: 0;
padding: 5px 5px 10px;
position: absolute;
top: 45px;
width: 121px;
}
#nav ul.menu li.level1.item2 ul.lvl2 {
background-color: #C4CD28;
display: none;
left: 12px;
margin: 0;
padding: 5px 5px 10px;
position: absolute;
top: 45px;
width: 120px;
}
#nav ul.menu li.level1.item3 ul.lvl2 {
background-color: #00B200;
display: none;
left: 10px;
margin: 0;
padding: 5px 5px 10px;
position: absolute;
top: 45px;
width: 135px;
}
#nav ul.menu li.level1.item4 ul.lvl2 {
background-color: #EC008C;
display: none;
left: 12px;
margin: 0;
padding: 5px 5px 10px;
position: absolute;
top: 45px;
width: 109px;
}
#nav ul.menu li.level1.item1 ul.lvl2 li {
border-bottom: 1px solid #E2853E;
}
#nav ul.menu li.level1.item2 ul.lvl2 li {
border-bottom: 1px solid #BAC22F;
}
#nav ul.menu li.level1.item3 ul.lvl2 li {
border-bottom: 1px solid #0BAA0B;
}
#nav ul.menu li.level1.item4 ul.lvl2 li {
border-bottom: 1px solid #DD0B88;AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 4 voices, and was last updated by jersonjunior 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
menu item different colors
Viewing 8 posts - 1 through 8 (of 8 total)