Tagged: glassy header, mobile, smartphone, tablet
Hi,
My glassy header turns to solid white color in smaller screens.
Is there a way to keep it glassy, regardless of screen size?
Regards,
Chapdes
Hi chapdes!
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: rgba(255,255,255,0.1); }
.responsive #top #main { margin-top: -112px; }}
Cheers!
Yigit
Awesome! It looks wonderfully!
Thanks for your quick support, Yigit.
Regards,
Chapdes