• Resolved Drexler McStyles

    (@drexler-mcstyles)


    My primary menu consists of two page links “Film” and “Digital”. I would like to be able to have a drop down menu for subcategories like ‘SE Asia’and ‘India’, etc. as well. How do i do that?

    eyeofmcstyles.com

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Sure, that can be done by creating a custom menu. We have a tutorial here on creating custom menus that I think you’ll find very useful.

    To add a 2nd-tier menu item, place the new menu item after an existing menu item, and then click-and-drag it to the right. I hope that makes sense, don’t hesitate to ask any other questions 🙂

    Thread Starter Drexler McStyles

    (@drexler-mcstyles)

    Aaaaah. The dragging the subcategory to the right that had me stumped.

    next question, is there a way to make the background color on these subpages black instead of white? and then of course reverse the color of the text too?

    Theme Author Ben Sibley

    (@bensibley)

    On just the subpages? This would require some additional PHP and is outside the scope of what I can offer as support.

    However, the following CSS can be used to make the background dark and text light for all of your Pages:

    .singular-page .entry {
      background: #222;
    }
    .singular-page .entry-content,
    .singular-page .entry-content a {
      color: white;
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    Thread Starter Drexler McStyles

    (@drexler-mcstyles)

    Worked like a charm man! Thanks.

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome 🙂

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

The topic ‘drop down menu’ is closed to new replies.