Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #339286

    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

    #339627

    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

    #339825

    Awesome! It looks wonderfully!

    Thanks for your quick support, Yigit.

    Regards,

    Chapdes

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Glassy header in smaler screen sizes’ is closed to new replies.