Home Forums WoodMart support forum How to remove blog hover effect

How to remove blog hover effect

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

    piaxh
    Participant

    please check out the image.
    https://prnt.sc/pOtMaUggRta0
    how can I remove hover effect on this blog section?
    also I want to remove hover effect on category section. (check 2nd image please)
    https://prnt.sc/Ys_3LKKIyphG

    #386596

    Hello,

    Please provide the URL of the website to check it myself and help you out accordingly.

    Best Regards

    #386740

    piaxh
    Participant

    Here is the access

    #386802

    Hello,

    1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .blog-post-loop:hover .post-img-wrapp a:after {
    opacity: 0;
    }

    .post-image-mask {
    display: none;
    }

    2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-cat-thumb {
    transition: none !important;
    transform: none !important;
    }

    Best Regards

    #386979

    piaxh
    Participant

    Thank you, It worked

    #387063

    Hello,

    You are Most Welcome.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘How to remove blog hover effect’ is closed to new replies.