Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1111561

    how can i active the transparent header also in mobile view`?

    #1111586

    How can i activate a permanent transparent header menu like here: https://www.netflix.com/browse

    #1111929

    Any ideas here?

    #1112020

    Hi diefleischerei,

    Here is how to do it:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1112286

    Thanks but this is for the mobile header victoria. how can a use the transparent header for the desktop view at pcs? i have selected transparent header but get the blue header. please help me :) thanks, alex

    #1112294

    The Header loads transparent: https://imgur.com/a/eFVRVsm but when i scroll down it gets blue. how can i use a permanent transparent header? and how can i change the menu an the search icon color to white?

    Thanks, Alex

    #1112426

    Hi diefleischerei,

    https://cl.ly/f443f18e37dc When scrolled the header gets color because otherwise, it will blend with the content and will be lost in it Does it work for you like this?

    Best regards,
    Victoria

    #1112591

    Thank you. It looks like this at the moment: https://imgur.com/a/I0WMA8q

    1: white transparent on page load
    2: black whan scoll down

    3: it should look like this: 50% black transparent and also 50% trsanparent on scroll down. how can i get this look. thank you very much victoria :)

    Greetings, Alex

    #1112639

    Hi Alex,

    Please try this css:

    
    #top #header .header_bg {
        background-color: transparent;
    }
    #top #header.av_header_glassy.av_header_transparency .header_bg {
        background-color: #000;
        opacity: 0.3;
        filter: alpha(opacity=10);
    }
    

    Best regards,
    Victoria

    #1112654

    Thank you victoria.

    It looks great at page load: https://imgur.com/a/IjjPCuf but when i scroll down the header gets fully transparent. but i also want this 50% black transparent look when scrolling down. is this possible. greetings and thanks, alex

    #1112819

    Hi,
    Please try this code instead in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #header, #top #header.av_header_glassy.av_header_transparency .header_bg {
        background-color: #000;
        opacity: 0.3;
        filter: alpha(opacity=10);
    }

    Best regards,
    Mike

    #1113544

    Hi Mike. i have set alle pages to “tranparent header” setting. https://imgur.com/a/nBEAX6p is this ok, or should i use the default setting for all pages.

    /*Header transparent machen*/
    #top #header, #top #header.av_header_glassy.av_header_transparency .header_bg {
        background-color: #000;
        opacity: 0.3;
        filter: alpha(opacity=10);
    }

    This is the code i use at the moment. but it do not work perfect. 1.) how can i get the logo, the serachicon and the menu button 100% white and 2) looks pretty nice. https://imgur.com/a/8e1rcZY

    Thanks Mike, greetings, Alex

    #1113703

    Hi diefleischerei,

    Could you please clear the cache, check again and get back to us.

    Best regards,
    Victoria

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