This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Just a drop-down menu, not a link?

Resolved 4 replies premiumthemetheme-vantage
10 years ago · Last reply by Bretty11 10 years ago

Hi there! I actually wasn’t sure what to title this thread with! :) I’m using the vantage theme and am fairly new to wordpress. I have a question about the main menu bar. I was wondering if it’s possible to make 2 of my menu items not link to a page? For example, I have a menu button that is called “Bakers” and below that I have 2 drop down menu items called “Current Bakers” and “Alumni”. I would like the main button “Bakers” to not be a link.. I would like it to just be the title of a drop down menu. Is that possible? Does that make sense? ;)

URL: http://test.bakethis.de/wp/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Greg Priday Staff 10 years, 6 months ago

    Hi Brett

    Currently, the easiest way to achieve this is to add a custom link, and just use a hash as the URL for the custom link. So navigate to Appearance > Menus. Then, with menu you want to edit selected, click on the Custom Links section. Enter what ever you want as the Link Text, and # as the link URL.

    From there, you’ll be able to add extra menu items under that custom link.

    Hope that’s what you’re after. Please let me know if you need any more clarification.

  2. Bretty11 10 years, 6 months ago

    Hi Greg,

    That is fantastic! Thank you for such a prompt response!

    Once last question – is there any way to make the cursor not be a hand when it hovers over those “fake links”?

  3. Greg Priday Staff 10 years, 6 months ago

    It’s an absolute pleasure. If you navigate to Appearance > Custom CSS and add the following code:

    .site-navigation a[href="#"] {
      cursor: default !important;
    }

    The default cursor will be used for all these fake links :)

  4. Bretty11 10 years, 6 months ago

    It worked! Thank you so much :)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread