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

    Hello,

    I am trying to accomplish the single page restaurant demo… http://kriesi.at/themedemo/?theme=enfold-overview

    On clean install, for some reason there is a box where the menu is. I can’t seem to get this to be transparent.

    What am I missing?

    Here is what it looks like: http://screencast.com/t/Nf6uJDAVeyxt

    Here’s the page settings: http://screencast.com/t/8IduEKnxD7i

    URL: http://tsgaz.net/chefsara

    Thanks!

    -Fred

    #500044

    I have the same question. How to make menu box transparent, while scrolling down the page.

    #500053

    I am ok with with it changing to white after scroll begins, but I need it to start out transparent like the demo.

    #500358

    Hi!

    can you provide us admin access please? so we can take a deeper look into it? try to deactivate all plugins to check if one is causing this issue. Post login details here as private reply.

    Cheers!
    Andy

    #501330

    Yes, thanks.

    #502284

    Can you share an answer to this please?

    #502465

    .header_bg { background: transparent !important; }
    this code should be written in Quick CSS

    #502867

    Hi!

    When you edit the page look to the right to see the page settings. The last setting is “Header visibility and transparency” which you can set to glassy header or transparent header (glassy is what the restaurant demo uses).


    @fjhughes
    , Remove this from your child theme stylesheet.

    .home #header_main .container {
      background-color: #fff;
      box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
      position: relative;
      z-index: 99;
    }

    Best regards,
    Elliott

    • This reply was modified 9 years, 2 months ago by Elliott.
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.