-
AuthorPosts
-
marco17 Friend
marco17
- Join date:
- January 2009
- Posts:
- 229
- Downloads:
- 17
- Uploads:
- 36
- Thanks:
- 26
- Thanked:
- 3 times in 2 posts
September 21, 2011 at 10:09 am #168793Hi,
i would like to do these changes:
– change the background colour to white
– change the colour of the menu (now i have set in green colour, i would like to invert the colours, the menu all in green and the item selected in grey).
Thank you.
Marcokhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 21, 2011 at 10:19 am #414106Hi,
You replace this code from /templates/ja_portfolio/css/template.css
body#bd {
background: url(../images/bd-bg.jpg) #F5F6F7;
color: #525253;
}
with
body#bd {
background: white;
color: #525253;
}– You replace this code from /templates/ja_portfolio/css/menu/mega.css
.ja-megamenu ul.level0 li.active {
color: white;
background: url(../../images/mainnav-sep.gif) repeat-y right #5F9729;
}
with
.ja-megamenu ul.level0 li.active {
color: white;
background: gray;
}marco17 Friendmarco17
- Join date:
- January 2009
- Posts:
- 229
- Downloads:
- 17
- Uploads:
- 36
- Thanks:
- 26
- Thanked:
- 3 times in 2 posts
September 21, 2011 at 3:00 pm #414138Hi,
many thanks.The background works ok.
But the menu colour is grey even with the mouse over. I would like the menu green and grey with the mouse over.
How can i do it ?
Many thanks.
Marcokhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 21, 2011 at 3:07 pm #414139You change this code from /templates/ja_portfolio/css/menu/mega.css
.ja-megamenu ul.level0 li.over, ul.level0 li.haschild-over {
background: url(../../images/mainnav-sep.gif) repeat-y right #525253; < change this line
}marco17 Friendmarco17
- Join date:
- January 2009
- Posts:
- 229
- Downloads:
- 17
- Uploads:
- 36
- Thanks:
- 26
- Thanked:
- 3 times in 2 posts
September 22, 2011 at 12:32 pm #414299Hi,
sorry but i donĀ“t understand what i have to do.
I would like to change the main menu colours, now the menu is grey and when the mouse is over is green, i would like the menu green and when the mouse is over grey.
Thank you.
Marcokhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 22, 2011 at 3:13 pm #414315You replace this code from /templates/ja_portfolio/css/template.css
#ja-mainnav .main-inner1 {
background: url(../images/noise-bg.png) #313435;
padding: 0;
}
with
#ja-mainnav .main-inner1 {
background: green;
padding: 0;
}
– You replace this code from /templates/ja_portfolio/css/menu/mega.css
.ja-megamenu ul.level0 li.active {
color: white;
background: url(../../images/mainnav-sep.gif) repeat-y right #5F9729;
}
with
.ja-megamenu ul.level0 li.active {
color: white;
background: gray;
}marco17 Friendmarco17
- Join date:
- January 2009
- Posts:
- 229
- Downloads:
- 17
- Uploads:
- 36
- Thanks:
- 26
- Thanked:
- 3 times in 2 posts
September 23, 2011 at 8:28 am #414425Many thanks,
the problem is that the change is only in the home page and the slideshow is moved to the left.
Another problem is that the submenu is white.
How can i set that the item become grey when the mouse is over?
Many thanks again.
Marcokhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 23, 2011 at 8:35 am #414426You replace this code from /templates/ja_portfolio/css/menu/mega.css
.ja-megamenu ul.level1 li.over, ul.level1 li.haschild-over {
background-color: #313435;
}
with
.ja-megamenu ul.level1 li.over, ul.level1 li.haschild-over {
background-color: gray;
} -
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by khoand 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum