Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1284698

    Hi team,

    can you help me to diable the overlay in mobile header? : https://ibb.co/PNkJtBM

    Kind regards,
    Anna

    #1284701

    Hi Anna,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 767px) {
    #top .av_header_glassy.av_header_transparency .header_bg {
        opacity: 1;
        filter: alpha(opacity=100);
    }}
    

    Regards,
    Yigit

    #1284704

    Hi Yigit,

    thanks! It worked perfect with opacity: 0.

    Do you now, how can i diable the gap, in mobile: https://ibb.co/PNz1HN2

    #1284707

    Hey,

    Could you please post a link to your page so we can provide you an accurate code? :)

    Best regards,
    Yigit

    #1284736

    Of cause: http://wp2019.aetas-kinderstiftung.de/
    Pass: Kinderstiftung19

    Kind regards,
    Anna Zichler

    #1284759

    Hi Yigit, find the solution!
    Can you help me with another problem? I would like to diable the breadcrumb menü on mobile. How can i do this?

    Kind regards,
    Anna

    #1284765

    Hi Yigit, find a solution to hide the breadcrumb font on mobile, but not the breadcrumb bar: https://ibb.co/HXYLjsv

    #1284770

    Hi,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 767px) {
    .title_container {
        display: none !important;
    }}
    

    Best regards,
    Yigit

    #1284771

    Perfect! Worked! Thank you so much, Yigit!

    #1284775

    Hi,

    You are welcome, Anna!
    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘diable overlay in mobile header’ is closed to new replies.