Home › Forums › All Other Themes › Menu drop down cache problem
- This topic has 5 replies, 3 voices, and was last updated 6 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
February 8, 2018 at 7:09 am #93671
Hi there, I’m having difficulties with my website’s menu drop down as it shows all the child categories when hovering over only one category. Please visited website https://cyberiumtech.co.za/ and hover over to the “Shop” drop down, you’ll notice all sub-categories being displayed when hovering over any of the child categories.
I’m using the SKT Web Hosting theme.
February 9, 2018 at 1:05 pm #93787Hi,
This can only be done via coder.
Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
BradFebruary 15, 2018 at 10:57 am #94235Hi Brad
Would just like to confirm that you did receive my message with the requested details?
Huge thanks in advance man, have a good one!
MichaelMarch 19, 2018 at 6:08 am #96937Hi Brad
Can you please assist, still having trouble with the theme’s menu?
Thank you.
March 21, 2018 at 1:07 pm #97195Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#topmenu .menushow { display: inherit} #topmenu ul li:hover ul{display:block;} #topmenu ul li:hover ul li ul{display:none; } #topmenu ul li:hover ul li:hover ul{display:block;} #topmenu ul li:hover ul li:hover ul li ul{display:none; } #topmenu ul li:hover ul li:hover ul li:hover ul{display:block; } #topmenu ul li:hover ul li:hover ul li:hover ul li ul{display:none; } #topmenu ul li:hover ul li:hover ul li:hover ul li:hover ul{display:block; } #topmenu ul li:hover ul li:hover ul li:hover ul li:hover ul li ul{display:none; } #topmenu ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul{display:block; }
Regards,
BradMarch 21, 2018 at 1:32 pm #97198 -
AuthorPosts
- You must be logged in to reply to this topic.