• Resolved VentonAccounts

    (@ventonaccounts)


    Web address is http://www.ventonaccountsmanagement.co.uk

    The Menu system was working fine, today I have changed the colour for a couple of the lines of text in the footer, uploaded and repointed a couple of images in the footer through widgets and disabled the Breadcrumb NavXT plugin and now the Menu drop downs no longer appeaar when you hover the mouse over them. According to the menu setup page everything looks fine all of the sub pages are still ticked.

    Please can someone help?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Please enable right click at least for debugging purposes, not that it makes sense anyway,

    Thread Starter VentonAccounts

    (@ventonaccounts)

    Please could you tell me where the right click option would be?
    Someone else has created the site in WordPress and I am still getting used to it as it is the first time I have used it. I used to write all of my previous websites in HTML code in notepad and then Dreamweaver where I still favoured the code side.

    Thread Starter VentonAccounts

    (@ventonaccounts)

    never mind, found it.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thanks 🙂
    If you’re not using a Child Theme, and if the theme doesn’t have a section for CSS modifications then do the following:

    1. Install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
    2. use its “CSS Code” section of the dashboard to hold your CSS modifications:
    3. (put this code in)

      #site-nav ul li:hover ul {
          display: block;
      }
    4. Save

    Alternatively use your Child Theme style.css file to hold your CSS modifications

    Thread Starter VentonAccounts

    (@ventonaccounts)

    Thanks, it did the job. all working now.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Drop Down Menu Stoped Working’ is closed to new replies.