Okay
  Public Ticket #2454930
Navigation Dropdown
Closed

Comments

  •  1
    monika_zygadlo started the conversation

    Hi, is there a way to style the navigation drop down? The way it looks for me right now as quite small and the font size is tiny. Are there settings for it in the back end? Or would it have to be coded?

  •  2,979
    Andrew replied

    Hi there,

    We currently have no settings for the menu dropdown. Please send us a link to your site so that we can provide the necessary CSS.

    You can gain more customizations over the menu by enabling the off canvas menu at Salient > Header navigation > Off canvas/mobile menu.

    Thanks.

  •  1
    monika_zygadlo replied

    Hi Andrew, I would have to provide you with a login as the site is live and under maintenance. I just want  to change the hover states of that element, I tried finding the classes so I can overwrite myself but I struggle to get the right one  Even if you told me the classes of the drop down? I'd really appreciate it thanks!

  •  2,979
    Andrew replied

    Hi there,

    Adjust font hover in Salient > Header navigation > Logo and general styling. Make sure custom is selected

    6434244932.png


    Use the following custom css to increase font size and change hover state:

    #header-outer .sf-menu li ul li a {
        font-size: 20px;
    }
    

    Hope this helps.

  •  1
    monika_zygadlo replied

    Hi Andrew, thanks for the help, I didnt realise I had to click custom for header style!