• Resolved antoniobrocco

    (@antoniobrocco)


    Dear,
    in mobile view, when I click search icon, a full white screen appears with the search field at the top.
    I tried to look for the setting for the overlay in mobile but it is not present in the “search bar” tab setting. How can I avoid the mobile overlay?

    Thank’s a lot

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Kris

    (@c0nst)

    Hi @antoniobrocco!

    You can remove this overlay by using this CSS code:

    .dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body:not(.dgwt-wcas-theme-flatsome)>:not(.dgwt-wcas-overlay-mobile) {
        display: block;
    }
    
    .dgwt-wcas-overlay-mobile {
        bottom: auto;
    }

    Paste it into Appearance -> Customize -> Additional CSS. If you aren’t familiar with custom CSS, take a look at this video.

    Regards,
    Kris

Viewing 1 replies (of 1 total)
  • The topic ‘Overlay on mobile search’ is closed to new replies.