Jump to content

PMBMatt

Circle Member
  • Posts

    2
  • Joined

  • Last visited

PMBMatt's Achievements

  1. To simplify the selectors, you can try removing unnecessary specificity, such as removing parent elements or classes that are not needed. For example, instead of using: #block-yui_3_17_2_1_1668805059330_119688 .sqs-image-shape-container-element:hover You can try using: .sqs-image-shape-container-element:hover This will make the selector less specific and easier for the browser to match and apply the styles.
  2. Hello! From the code you provided, it seems like you are using CSS to change the background image of some image block elements on hover, and then hiding the original image. If the hover effect was working fine before but has now become glitchy and slow to load, there are a few possible causes you can check: Image file size: The images you are using for the hover effect might be too large in file size, which can cause slow loading times. You can try compressing the images to reduce their file size, or using smaller images. Server response time: The server hosting your website might be experiencing high traffic or other issues that are causing slow response times. You can try accessing your website at different times to see if the issue is consistent or intermittent. CSS specificity: The CSS selectors you are using might be too specific, which can cause the browser to take longer to load and render the styles. You can try simplifying the selectors to see if that improves performance. Browser caching: The browser might be caching the images and styles, which can cause the hover effect to load slowly or not at all. You can try clearing your browser cache or using a private browsing window to see if that helps. I hope these suggestions help you troubleshoot the issue with your hover effect!
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.