Home › Forums › All Other Themes › Transition for menu
- This topic has 24 replies, 3 voices, and was last updated 8 years, 2 months ago by Sonl Sinha.
-
AuthorPosts
-
September 7, 2016 at 1:04 am #45699
Hi,
I use the Healing Touch theme.
I want to add a transition on the menu’s hover.
I tried to add in the Custom CSS field the code below but it doesn’t work :
.header .header-inner .nav ul li ul li:hover{-webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s;}
.header .header-inner .nav ul li ul li{-webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s;}How can I do to add a transition on the menu’s hover?
Thank you in advance.
September 7, 2016 at 7:47 am #45717Kindly show us the website URL.
Regards,
ShriSeptember 7, 2016 at 4:49 pm #45829Hi,
You need a password to connect to the website which is not published.
Here is a temp password for your support.
URL : http://www.clawebcreation.com/ledanubepalace/
ID : skt-support
PW : Vb@p7@UbDtIVwmDGNYX#SQB6Thanks
September 8, 2016 at 11:42 am #45896Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header .header-inner .nav ul li ul { background: #f8f8f8 none repeat scroll 0 0 !important; display: block; opacity:0; position: absolute; text-align: left; transition: all 0.4s ease-in-out 0s; width: 200px; z-index: 9999999;}
.header .header-inner .nav ul li:hover > ul { background-color:#f8f8f8 !important; display: block; left: 0; width:200px; opacity:1;}Regards,
ShriSeptember 9, 2016 at 12:14 am #46007I added the code but now the submenu no longer appears.
September 9, 2016 at 12:49 pm #46077Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header .header-inner .nav ul li:hover ul { opacity:1 !important;}
Regards,
ShriSeptember 13, 2016 at 8:32 am #46323Everything is ok now.
Thanks a lot.
September 13, 2016 at 10:05 am #46342🙂
September 13, 2016 at 11:47 am #46365Oops, sorry I spoke too fast.
There is a little thing to fix.
The submenu expands even when the mouse pass below the main menu and not only when the mouse pass over to the main menu.This interferes with the navigation. For example, we can’t use the search field because the menu expands to the front of it.
September 13, 2016 at 12:12 pm #46370Hi Clarisse,
Kindly add this code in custom css box:
.header .header-inner .nav ul li ul{display:none !important;}
Regards,
DaveSeptember 13, 2016 at 12:23 pm #46375I added the code but unfortunately this causes the problem seen before, the submenu no longer appears.
September 14, 2016 at 10:16 am #46468Hi Clarisse,
Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.Regards,
DaveSeptember 24, 2016 at 1:23 pm #47459Hello,
I’ve sent a message via sktthemes.net/contact but I haven’t received a response to date.
Could you please give me a feedback.Thank you,
ClarisseSeptember 26, 2016 at 9:41 pm #47671Hello,
Nobody can help me?
September 27, 2016 at 1:04 pm #47742Hi Clarisse,
Sorry for delay in reply. Username and password not working kindly resend us admin details.
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.