Menu drop down cache problem

Home Forums All Other Themes Menu drop down cache problem

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #93671
    mohansen3mohansen3
    Member
    • Topics: 4
    • Replies: 2
    • Total: 6
    Member since: October 17, 2017

    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.

    #93787
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    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,
    Brad

    #94235
    mohansen3mohansen3
    Member
    • Topics: 4
    • Replies: 2
    • Total: 6
    Member since: October 17, 2017

    Hi 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!
    Michael

    #96937
    mohansen3mohansen3
    Member
    • Topics: 4
    • Replies: 2
    • Total: 6
    Member since: October 17, 2017

    Hi Brad

    Can you please assist, still having trouble with the theme’s menu?

    Thank you.

    #97195
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    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,
    Brad

    #97198
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Our email address is [email protected]

    We never got any emails from your end.

    Regards,
    Shri

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.