-
AuthorPosts
-
fiumeciane Friend
fiumeciane
- Join date:
- June 2009
- Posts:
- 208
- Downloads:
- 13
- Uploads:
- 57
- Thanks:
- 16
- Thanked:
- 6 times in 1 posts
May 5, 2013 at 6:56 am #187277I would like to change the background color of a new menu item. I would also, after you create new menu item, change color of text. See sample image.
You tell me how to do it please?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 6, 2013 at 7:12 am #491974Can you send me URL of your site? Right now its difficult to guess the issue and give solution to you
fiumeciane Friendfiumeciane
- Join date:
- June 2009
- Posts:
- 208
- Downloads:
- 13
- Uploads:
- 57
- Thanks:
- 16
- Thanked:
- 6 times in 1 posts
May 7, 2013 at 3:27 pm #492120Of course, this is url of my site.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 8, 2013 at 9:36 am #492221<em>@fiumeciane 371883 wrote:</em><blockquote>Of course, this is url of my site.</blockquote>
This is the solution for your request
Open templates/ja_teline_iv/css/menu/mega.css file
add new script
.ja-megamenu .mega.last {
background: #f68916 !important;
}ul.level0 li.last.over a.mega {
background: #f68916 !important;
}Remember to clear cache from Admin area
fiumeciane Friendfiumeciane
- Join date:
- June 2009
- Posts:
- 208
- Downloads:
- 13
- Uploads:
- 57
- Thanks:
- 16
- Thanked:
- 6 times in 1 posts
May 8, 2013 at 11:54 am #492240Hello Ninja Lead,
work, now the background color is changed.
It would be possible to change the color of the word “LAVORO”? I wish it was white (mouseover black).
Thank you very much.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 9, 2013 at 9:06 am #492323🙂 here you are
Open templates/ja_teline_iv/css/menu/mega.css file
from
.ja-megamenu .mega.last {
background: #f68916 !important;
}ul.level0 li.last.over a.mega {
background: #f68916 !important;
}change to
.ja-megamenu .mega.last {
background: #f68916 !important;
color: white !important;
}ul.level0 li.last.over a.mega {
background: #f68916 !important;
color: #000 !important;
}Don’t forget to clear cache from Admin area
fiumeciane Friendfiumeciane
- Join date:
- June 2009
- Posts:
- 208
- Downloads:
- 13
- Uploads:
- 57
- Thanks:
- 16
- Thanked:
- 6 times in 1 posts
May 9, 2013 at 5:08 pm #492367Work fine, Thank you very much Ninja Lead. 🙂
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by fiumeciane 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change background color new menu item.
Viewing 7 posts - 1 through 7 (of 7 total)