Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Squarespace thumbnail blur on hover?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #246224
    rebeccad
    Participant

    Hi! I’d like to add a custom CSS code that blurs the thumbnail images on my blog page when I hover over them. Is there a way to do that?

    Honestly I’m a complete newbie with everything that has to do with coding, so I was just wondering if anyone knew a simple code I could paste into my blog page.

    My blog is: rebeccadamhaug.no (made with Squarespace)

    Thanks in advance (:

    #246227
    bearhead
    Participant

    You could do it by adding:

    Blog-header-image:hover{
    filter: blur(5px);
    }
    

    to your site.css file

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.