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

    Hey guys,

    have two little questions: header picture is not shown in safari. Link attached.

    And I wonder if there is a way to build pages without a menu (like a landing-page)
    Can I set a tick or do I have to do this with CSS.

    Can you help?

    Thanks Steph

    #566101

    Hi Steph!

    Please edit your image and change special characters into simple latin and reupload it. For example “Koln” instead of “Köln”.

    Regards,
    Yigit

    #566183

    Aaaah, thanks Yigit. Thats awesome.

    Have to smaller ones: can I disable showing the navigation bar at all and how can I influence that
    overlay on the portfolio page as it has some kind of light transparency over the pictures when its activated.
    But when I deactivate it, the hover of two pictures is gone, when I want to switch from black & white to color.
    So can the light tranparency set to zero and the overlay activated?!

    Thanks Stephan

    #566195

    Hi!

    Please add following code to Quick CSS

    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
        opacity: 1;
    }
    

    Can you please elaborate on the first question? :)

    Regards,
    Yigit

    #566205

    That works great – you are a genius! So what I need for some kind of landing page is to surpress showing a navigation bar. Is that possible?

    Thank you so much
    Stephan

    #566210

    Hey!

    Please edit your page and choose not to display header on your page under Layout Section or add following code to Quick CSS

    .home #main {
        padding-top: 0!important;
    }
    .home #header {
        display: none;
    }

    Best regards,
    Yigit

    #569251

    Thanks Yigit. You are awesome

    #569253

    Hi!

    Glad you got it short out!
    Please do let us know if you need anything else related to our theme, we will be happy to help!

    Cheers!
    Basilis

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Header picture is not shown in SAFARI’ is closed to new replies.