• Resolved raph regan

    (@raph-regan)


    Hi,
    my problem is that when a page is loading it takes a while before i can see the background image and meanwhile it shows the original background picture from the theme.
    Moreover, from the iphone, in few pages shows a sort of overlay between the old imagine from the original theme and my new one.
    How can I solve this?
    Please note that I am completely inexpert of CSS so if you tell me a code, please tell me also where exactly should I write that.
    Thanks in advance.

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter raph regan

    (@raph-regan)

    Do you also know how can i fix some bug on the iphone view? basically size is squeezed and wired in general on iphone.

    I am talking about the button on top of the page, the one you click on it and you have the navigation menu coming up.

    Well, using a browser inspector you can see that the class for that element is .menu-toggle, so most of the same CSS as above should work:

    .menu-toggle {
      width: 80px;
      height: 80px;
    }
    .menu-toggle .fa {
     font-size: 48px;
     height: 80px;
     line-height: 80px;
     width: 80px;
    }

    Do you also know how can i fix some bug on the iphone view? basically size is squeezed and wired in general on iphone.

    Could you please start a new thread for this separate issue, providing a screeenshot of what you’re seeing, specifying what iOS you’re running and which browser. This thread has gotten very long and the original issue was already resolved. Thanks.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘old background persist in overlay’ is closed to new replies.