Site logo

[Resolved] Change the color of the featured image when on hover

Home Forums Support [Resolved] Change the color of the featured image when on hover

Home Forums Support Change the color of the featured image when on hover

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

    How do I change the color of the featured image when on hover?

    Can’t find it on settings

    #2497760
    David
    Staff
    Customer Support

    Hi there,

    when you say change the color, can you explain? for example do you want to turn it greyscale or some other filter.

    And are you using Pro version of GenerateBlocks ?

    #2498362
    russel

    Yes, Greyscale, similar to this site: (see private tab)

    Unfortunately, I’m on a free plan

    #2498391
    Fernando
    Customer Support

    Hi Russel,

    In GB Pro you can do it through the Block Settings. Reference: https://docs.generateblocks.com/article/effects-overview/

    Since you don’t have GB Pro, you’ll need custom CSS. Here’s something you can start with:

    .gb-query-loop-item .gb-block-image a:hover img {
        filter: grayscale(1);
    }

    You can add this through Appearance > Customize > Additional CSS.

    #2498463
    russel

    Thank you 🙂

    #2498464
    Fernando
    Customer Support

    You’re welcome, Russel! 🙂

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