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

    Hi Enfold Support Team & friends, SOS? The transparent header at https://4pillarspartnering.com/ turns to white between the mobile view of 768px to 990px. Can you help me with a Quick CSS custom code to remove the white header within those container dimensions? Thanks so much in advance!

    UPDATED:
    I’ve found the help in the docs at: https://kriesi.at/documentation/enfold/header/#transparent-header-on-mobile

    /* Transparent Header For Mobile */
    @media only screen and (max-width: 990px) {
    .responsive.html_mobile_menu_tablet #top #wrap_all #header {
    position: absolute;
    }
    .html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
    background: transparent;
    }
    }

    • This topic was modified 3 years, 1 month ago by Sherman.
    #1305701

    Hey Sherman,

    I’m glad the docs were helpful. Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1305702

    Thanks Jordan – you can close this out – appreciate the follow up!

    #1305913

    Hi Sherman,

    Thanks for the update. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold Mobile Transparent Header Turns White Between 768px to 990px’ is closed to new replies.