• Under “Appearance/Menus” I have removed sub items under one of my navigation menus and added a new URL. However, this navigation link does not show the little hand when you mouse over it to indicate that it’s a clickable link. We have other items in the main navigation menu like this and I have looked at how they’re set up and I did the same thing with this one–it just doesn’t work the same. What have I done wrong?

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You need to show us a page with the problem

    Thread Starter crazydiamond23

    (@crazydiamond23)

    https://www.gssalliance.com check out the main navigation link titled “Symposium”. That’s the link that doesn’t show the clickable option. If you mouse over the Store or String Characteristics link they indicate they’re clickable.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Your theme has a custom way of handling the hand symbol. It has intentionally removed that symbol for some reason. If you want to find out why you ought to contact your theme’s vendors/ authors.

    If you want to override it, add some CSS…

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

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

      #nav .menu li.nolink>a,
      #nav .menu li.nolink>a:hover {
          cursor: pointer;
      }
    4. Save

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

    Thread Starter crazydiamond23

    (@crazydiamond23)

    Thanks – over my head since I did not design the site. Thought it might be something simple I missed. Will consult with website manager and see if they can fix it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Clickable navigation link’ is closed to new replies.