Okay
  Public Ticket #1875850
mobile menu styling
Closed

Comments

  •  10
    blindspotdesign started the conversation

    Hello,

    I've added custom css (gold) to change fullscreen mobile only background colour successfully as below:

    .mobile-menu-open .mobile-menu-wrapper.mobile-menu-fullscreen {
        background: #a58f60;
    }

    However, there is a transition/animation colour fade (more orange) just before the gold loads.

    I can't find where to change this or what class this is?

    Any thoughts.

    Tayler

  • [deleted] replied

    Hi Tayler,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time thoughsmile.png

    Can you please write URL of this exact page please? We need to investigate your site and then get back to you if we have possible solution.

    Thanks!

  •  10
    blindspotdesign replied

    Thank you Ylli,

    Appreciate it ... 

    Tayler

  • [deleted] replied

    Hi Tayler,

    Glad to hear thatsmile.png

    Will set this ticket as solved from here.

  •  10
    blindspotdesign replied

    It isn't solved.

    Just thanked you for looking into it.

    Tayler

  •  10
    blindspotdesign replied

    It's the mobile fullscreen nav on all pages: http://217.199.187.195/pembrokeplanning.com

    I've set bgcolor to gold but there is a different colour to start that i can't find any ref. too in CSS.

  • [deleted] replied

    Hi,

    Please add the code below to your Custom CSS area:

    .mobile-menu-open .mobile-menu-wrapper.mobile-menu-fullscreen {
        transition-delay: 50ms !important;
    }
    .mobile-menu-wrapper.mobile-menu-fullscreen {
        transition: all .0s cubic-bezier(.445,.05,.55,.95) !important;
    }

    There is not any other alternative. I wish you a great weekend!