Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #463140

    On the site I am designing
    http://www.candf.co.nz/wordpress/
    the responsive navigation dropdown is transparent and I can’t seem to figure out where to style it to have a background colour and hover state of a different colour. It also overlaps with the logo, is there a solution to drop it a bit lower?

    Thanks so much!

    #463406

    Hey Shirtcliffe!

    You can use this CSS to move it down and change the background.

    #advanced_menu_toggle {
      background: red !important;
      border-color: red !important;
      top: 120px !important;
    }

    Cheers!
    Elliott

    #463796

    Thanks Elliot,

    I actually meant when I open up the menu, so revealing the navigation. Would you be able to help me style that?

    Cheers

    #464398

    Hi!

    Please try the following in Quick CSS under Enfold–>General Styling:

    #mobile-advanced {
    background-color:#ddd !important;
    }

    Best regards,
    Rikard

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