Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #410007

    Hi. My english is very limited, sorry.

    I need, in tablet and phone view, the header, logo area and phone container transparents (in desktop view are transparent). I’m newbie. I’m with “restaurant demo”.

    Can you help me? Thanks,
    Josan

    #410107

    Hi Josan1965!

    Add this to your custom CSS.

    @media only screen and (max-width: 767px) {
    #header, #header * { background: transparent !important; }
    #header { position: fixed !important; }
    }

    If that’s not correct then send us a link to your page and take a screenshot highlighting exactly what your trying to do so we can get a better idea.

    Cheers!
    Elliott

    • This reply was modified 10 years, 4 months ago by Elliott.
    #410141

    Thanks for your rapid support.
    Now header and container are transparent but…
    With this a new problem happens: logo is expelled from your site.

    #410164

    Hey!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #410208

    Hi. I have my website in local server (into mu iMac) with DestokServer.

    #410228

    Hi!

    Please post the link to your website when you launch it. We need to see the issue to provide you an accurate solution :)

    Regards,
    Yigit

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