Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #875419

    Hello. I received the following and implemented on multiple sites where the header is set to Transparent. It works great

    I’d like to apply the same tactic, but this time targeting pages set to Transparent & Glassy Header.

    /***ENFOLD – SETS BACKGROUND TO TRANSPARENT FOR DEVICES SMALLER THAN IPAD PORTRAIT***/
    @media only screen and (max-width: 767px) {
    .html_header_scrolldown.responsive #top #wrap_all #header.av_header_scrolldown.av_header_transparency {
    opacity: 0;
    margin-top: -250px !important;
    }

    .html_header_scrolldown.responsive #top #wrap_all #header {
    position: fixed;
    top: 0;
    }
    }

    Thank you,
    Ryan

    #876245

    Hey accurIT,

    To the site you have send us, the Class is the same.
    Are you using a different selection or you want the code first?

    Best regards,
    Basilis

    #876254

    I’ve included the site where the code was recently given, to fix this same issue.

    #876651

    Hi Ryan,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    @media only screen and (max-width: 479px) {
    .responsive #top #main {
        margin-top: -92px ;
    }
    .responsive.html_cart_at_menu #top .main_menu .menu>li:last-child {
        padding-right: 0;
        margin-right: 0;
    }
    #menu-item-shop .cart_dropdown_link {
        padding: 0 10px 0 60px !important;
    }
    .responsive #top #wrap_all .flex_column.avia-builder-el-1 {
          margin-top: 60px;
    }
    
    .av-special-heading.av-special-heading-h1.custom-color-heading.avia-builder-el-2 {
          padding-bottom: 0px !important;
    }
    #top.page-id-504 #av_section_1 .av-special-heading .av-special-heading-tag {
        padding-top: 100px;
    }
    #top #wrap_all .av_header_transparency {
        background-color: transparent;
    }
    }
    @media only screen and (max-width: 767px) {
      .responsive #top #main {
          margin-top: -92px;
      }
      #top #wrap_all .av_header_transparency, #top #wrap_all #header_main {
          background-color: transparent !important;
      }
      .av-special-heading.av-special-heading-h1.custom-color-heading.avia-builder-el-2 {
            padding-bottom: 0px !important;
      }
    
      #top.page-id-504 #av_section_1 .av-special-heading .av-special-heading-tag {
          padding-top: 110px !important;
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #876664

    Hello. Thanks, but this sets it to be fully transparent. I’d like the Glassy Transparent across all devices sizes.

    #877768

    Hi,

    can you explain what you mean ” glassy “?
    What color should it be, or how it should look?

    Best regards,
    Basilis

    #877772

    If you look at the desktop version, that should show you all you need to know. I want to replicate that look across all devices.

    #878086

    Hi Ryan,

    So just change this part
    Image 2017-11-17 at 14.59.59.png
    in the code above to be the color you want.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #878120

    Hi. Almost there. Not sure why the Enfold > Header > Transparency settings aren’t kicking in. Please see image. Thanks!

    #878229

    Hi Ryan,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .responsive #top  .av_header_transparency .logo img.alternate {
        opacity: 1;
        display: block;
      }
      .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
          opacity: 0;
      }
      #menu-item-shop {
        color: #fff;
      }
      .av-burger-menu-main.menu-item-avia-special .av-hamburger-inner,
      .av-burger-menu-main.menu-item-avia-special  .av-hamburger-inner::before,
      .av-burger-menu-main.menu-item-avia-special  .av-hamburger-inner::after {
        color: #fff;
        background-color: #fff;
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #878233

    That produces the following. I’d really like to avoid all of this CSS, for what should just work according to the settings in Enfold > Header. Why aren’t those settings working?

    #879989

    Hi,

    Are you sure that you added the css code correctly? The css modification above should remove the “black logo”.

    .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
        opacity: 0;
     }
    

    Best regards,
    Ismael

    #880274

    We’re good to go here. Appreciate the help.

    Is there a place we can go to submit, vote and see the progress of feature requests?

    #881053

    Hi,

    You can find the feature request page here. https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Ismael

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