remove orange menu in Albatross

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1417116
    Pavel Lukáš
    Participant

    Please how to remove orange menu in Albatross template? Or to show a small menu of links and not so huge. Thanks in advance.

    Home

    #1419225
    J. Davis
    Keymaster

    Hi Pavel,

    You may try to apply the style below to Appearance > Customize > Additional CSS:

    @media (min-width:920px){
    	.site-header-container .header-dropdown {
        display:none;
    }
    }

    Let me know if it is helpful or if you have any additional questions.

    best regards,
    John Davis

    #1419261
    Pavel Lukáš
    Participant

    John great thank you very much, it works.

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