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

    Hi,

    I am trying make the header have the same transition effect that it does on desktop on mobile. I was able to make the menu/header fixed to the top of the browser window, but I would like for the background to be transparent at first, and then as you scroll down transition to solid, as it does on desktop. Would really appreciate any support on this! Thanks!

    #438112

    Hi RubincoDesign!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
      background-color: transparent;
      position: absolute!important;
    }}

    Best regards,
    Yigit

    #557220

    not working this code
    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
    background-color: transparent;
    position: absolute!important;
    }}

    #557564

    Hi @DerNeumi,

    Could you provide us with a link to the site in question so that we can take a closer look please? Also try to be as specific as possible as to what you are trying to achieve.

    Best regards,
    Rikard

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