Tagged: mobile header
Hello, is it possible to get a completely transparent mobile header – just like the desktop version?
Best regards,
Arne
Hey Arne!
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;
}}
Regards,
Yigit