Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #403908

    Hello,

    Is there a way to make the menu bar transparent for mobile as it is for tablet? Both have mobile menu option and it looks so much better transparent than in color at first glance. Scrolling down tablet it goes purple and thats how I would like mobile to look.

    I appreciate your help!

    #404444

    Hey cnovamacias!

    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; }
    .responsive #top #wrap_all #header { position: absolute; }}

    Best regards,
    Yigit

    #410767

    @Yigit,

    with your CSS Code i get a transparent header, but it does not recognize the transparent header logo, which we can setup in the enfold setting : header->transpareny options->transpareny logo.

    Can u help me, that it shows the transpareny logo ?

    Manuel

    #411114

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
      opacity: 0;
    }
    .responsive #top .av_header_transparency .logo img.alternate {
      display: block;
    }}

    Best regards,
    Yigit

    #658623

    Hi Ygit,

    The solution works but creates two more issues.

    1. The three bars in the mobile menu do not turn transparent (white) as on the tablet.
    2. All pages that do NOT have a slider with transparent menu are cut off when viewed on mobile. (The text/image at the top of these pages fall behind the menu bar).

    Best regards
    Simon

    #658625

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #658627

    Hi sure!

    This ia an example with a full screeen slider with transparent menu = Works fine on mobile!
    https://naprapathogskolan.se/utbildning/

    This is an example of a page that does NOT have a slider with transparent menu = H1 is cut off when viewed on mobile.
    https://naprapathogskolan.se/utbildning/bestall-utbildningskatalog/

    Best regards
    Simon

    • This reply was modified 8 years, 4 months ago by simonberg.
    #659637

    Hi,

    Please add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .html_header_top.html_header_sticky #main {
        padding-top: 88px !important;
    }
    }

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.