-
AuthorPosts
-
June 14, 2016 at 4:26 pm #940514
Hello Is there a specific documentation on how to customize and create a menu using the mega menu of the argo template? I need to delete the dark background on mouse hover of the mega-menu Create columns Add some delay on changing the hover state. I mean when you do mouse hover show the submenu after some miliseconds. and on the mouse out also hide the submenu after some miliseconds
Also I want to delete the dark background when you mouse hover on the header-search position
Thank you
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 15, 2016 at 2:03 am #940650Hi
Here is documentation for the mega menu settings and see the video tutorial in the same doc .
For animation kindly select an animation in the template options and u can see the duration tab in it .
To delete the bg color on search , add below code in custom.css file
/css/custom.css (create it if its not present ).head-search .input:hover, .head-search .input:active, .head-search .input:focus, .head-search .inputbox:hover, .head-search .inputbox:active, .head-search .inputbox:focus { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: trnasparent; }
and change the values as per needs .
Hope it helps .June 15, 2016 at 8:10 am #940721Doesn´t change anything.
There is no input class in head-search.
I add the following
.mega-dim.active{opacity:0;display:none;}
but I am not fun of display none if its not neaded.
Can this div be removed (If it really complicated then it´s OK we leave it as it is)?About the Megamenu I haven´t seen the icon at the top of the template…!
A new word open for me now!Thank you
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 15, 2016 at 8:31 am #940730Hi
about this code
.mega-dim.active{opacity:0;display:none;} but I am not fun of display none if its not neaded. Can this div be removed (If it really complicated then it´s OK we leave it as it is)?
I did not get your native language . kindly provide description of issue inside a screenshot so i can check your request .
For icon in the Menu , you can add the icon via Mega menu icon field .June 16, 2016 at 11:19 am #941093Hi,
sorry for my english,
there isnt any screenshot I can send. I will try again to explain.
I want to hide the background when you do mouse hover at the megamenu. The code you advised me didnt change anything.I used the display: none css comand, assigned to the div: .mega-dim, but the best solution for my, would be not to have the tag in the generated code.. Is it possible? If it is complicated then it´s OK I leave it as it is, with the display:none.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 17, 2016 at 2:04 am #941291Hi
I am not able to get your exact change , but as you said u tried display : none ;
that works correct because the style is already defined in the template.css file . If you will change it from that file it will override on template updates .
I suggest you to add this code in custom.css file and save it , it will not override on template updates .June 17, 2016 at 10:40 am #941448OK, I will do it this way.
Thank you -
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by dkaneloglou 8 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum