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

    Good morning Enfold
    How do I make the header transparent on mobile?

    Thanks ;)

    #1422328

    Hey Alan,

    Thank you for the inquiry.

    Transparent headers are disabled on mobile devices or smaller screens by default, and we don’t recommend re-enabling them. However, if you wish to test it, please add this css code.

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header {
        position: fixed;
      }
    
      #top #wrap_all .av_header_transparency {
        background-color: transparent;
        color: #333333;
        border-color: #e1e1e1;
      }
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.

    Best regards,
    Ismael

    #1422342

    Hey Ismael
    You are right that’s a mess, I’ll skip this.

    Thanks ;)

    #1422359

    Hi,

    Alright! Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header transparency – Mobile’ is closed to new replies.