Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #533093

    Hey guys,

    I want to make the mobile menu transparent on the homepage, the same as I have when viewed on desktop. Can you help?

    Thanks!
    Chris

    #533374

    Hey ccyran!

    Please add following code to Quick CSS

    .home ul#mobile-advanced {
        background: rgba(255,255,255,0.3);
    }

    255,255,255 is RGB value of the color and 0.3 is opacity level

    Best regards,
    Yigit

    #533817

    Hey Yigit,

    I tried that and it didn’t work. There’s still a black background behind it. I want it to look exactly like desktop with no background. Only the fullpage slider. Can you help?

    Thanks!
    Chris

    #533818

    Hey Yigit,

    Just realized! The css you gave me edits the mobile that pops open to show the work & about page. I want to remove the black bar behind the logo and hamburger icon.

    #534154

    Hi!

    Please use following code instead

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

    Regards,
    Yigit

    #534375

    YES!

    Your’e 2 for 2! I just have one more request? Can you get rid of the black box behind the hamburger icon?

    Thanks Yigit!!!

    #534476

    Hey!

    Please add following code to Quick CSS as well

    #advanced_menu_toggle, #advanced_menu_hide { border: none !important; }

    Best regards,
    Yigit

    #534482

    Hey! I tried that and it didn’t work. Can I give you my login info? Posted below

    #534713

    Hi,

    I couldn’t see any background on your hamburger icon except on hover on my end, I’m guessing you got it working?

    Best regards,
    Rikard

    #534758

    Hi!

    If you like to make background of mobile menu button transparent, please add following code to Quick CSS

    .av_header_transparency #advanced_menu_toggle, .av_header_transparency #advanced_menu_hide {
        background: transparent;
    }

    If that too does not help, please post a screenshot and show the changes you would like to make.

    Cheers!
    Yigit

    #535076

    Hey Yigit!

    It worked!!!! Thanks again man!!! I seriously appreciate it

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Make header menu transparent on Mobile’ is closed to new replies.