Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #384764

    Is there a way to display an down arrow at the top-level navigation word to show there is a submenu dropdown?

    #384767

    Hey!

    Try adding this code to the Quick CSS:

    .dropdown_available {
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 2.5px 0 2.5px;
      border-color: #D5D5D5 transparent transparent transparent !important;
      left: 0;
      right: 0;
      bottom: 3px;
      margin: 0 auto;
    }
    

    Cheers! 
    Josue

    #385213

    Thank you Josue. I was thinking of a little triangle next to the words rather than underneath…

    #385251

    Hi!

    Try playing with position values (remove left, and modify bottom, leave right as it is).

    Best regards,
    Josue

    #578734

    I added this css to quick css styles and am not seeing anything.

    #579518

    Hey!

    Try placing it at the very start of Quick CSS.

    Regards,
    Josue

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