Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1346865

    Hi, I would like enlarge the mobile header.
    I have transparent header, when you do resize the home, there are 3 different headers I would like only 2: the transparent and the mobile.
    Could yo help me?
    Thanks advance!
    BR
    Antonio.

    #1346897

    Hey Antonio,

    I’m not sure I understand your request, could you try to explain your intentions a bit further please? If you have a screenshot highlighting what you would like to achieve, then please share that with us.

    Best regards,
    Rikard

    #1346903

    Sorry, I gonna try to explain better ; )
    If to open the web, you have the transparent header: 1º Header
    If you star to close the web doing resize, the header change and you have: 2º Header
    And if you close more the web, you can see the mobile header: 3º Header

    I would like enlarge the mobile header to do not have the 2º header.
    Could you help me?

    Thanks advance!

    BR

    Antonio.

    #1347085

    Hi,
    Thank you for your patience and for the link to your site, I believe that you mean that in mid size your logos are not white and the burger menu icon is black.
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (max-width: 989px) {
    .responsive #top #header.av_header_transparency.av_alternate_logo_active .logo a > img, .responsive #top #header.av_header_transparency.av_alternate_logo_active .logo a > svg {
        opacity: 1;
    }
    .avia_mobile:not(.av-burger-overlay-active) #top .av_header_transparency div .av-hamburger-inner,
    .avia_mobile:not(.av-burger-overlay-active) #top .av_header_transparency div .av-hamburger-inner::after,
    .avia_mobile:not(.av-burger-overlay-active) #top .av_header_transparency div .av-hamburger-inner::before {
    	 background: #fff!important;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1347130

    Hi Mike,

    Works perfectly!!! Many thanks.
    BR,

    Antonio.

    #1347144

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1347186

    Hi Rikard,

    Yes, you can closed. Everything is resolved.
    Many thanks,

    BR,

    Antonio.

    #1347198

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Break point mobile header’ is closed to new replies.