• Resolved louuland

    (@louuland)


    Hi WB

    I’m running Wisdom Bold theme on my site.

    I’m looking for a way to remove the hover effect on the thumbnails of blog posts.

    Do you have a good suggestion on how to to this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author CodeVibrant

    (@codevibrant)

    Hello @louuland

    Please add the following code in additional CSS box in customizer to remove the hover effect:

    article .post-thumbnail::before {
    	display: none !important;
    }

    Thanks 🙂

    Thread Starter louuland

    (@louuland)

    Hi Codevibrant

    Thank you very much for the assistance, that worked like a charm.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove hover effect on Wisdom Bold’ is closed to new replies.