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
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
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
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.
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
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!!!
Hey!
Please add following code to Quick CSS as well
#advanced_menu_toggle, #advanced_menu_hide { border: none !important; }
Best regards,
Yigit
Hey! I tried that and it didn’t work. Can I give you my login info? Posted below
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
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
Hey Yigit!
It worked!!!! Thanks again man!!! I seriously appreciate it