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

    Guys,

    two things:

    1. When I open this page of my website -> http://goo.gl/50p0WD, the browser is automatically scrolling down to the email signup form at the bottom of the page. So, you can’t see the top of the page on your first visit.

    2. How can I remove the ‘green arrow hover effect’ on the images on this page -> http://goo.gl/QhXy1F I tried but I couldn’t do it.

    Thanks!

    #489593

    Hey Mesheu!

    1. Try deactivating all of your plugins to see if the scrolling stops.

    2. Add this inside a codeblock element in that page.

    <style type = "text/css">
    .image-overlay, .image_overlay { display: none !important; }
    </style>

    Regards,
    Elliott

    #490006

    Thanks, Elliott.

    1. I deactivated my plugins but the scrolling is the same. Any other idea why?

    2. Also another question: I have a logo/partner element on this page . When I open this page on Safari, all those logo/partner element images look blur (low res) while normal image elements above are high resolution. Could you help fix this?

    Thanks!

    #490563

    Hey,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #490631

    Please find attached the private details for temporary login.

    Thanks guys!
    Ali

    #491653

    Hey!

    1. It’s the autofocus setting on the MC opt-in you have there, i’ve disabled it now.

    2. Try with this CSS snippet:

    img.avia_image{
      image-rendering: -webkit-crisp-edges;
    }

    Cheers!
    Josue

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