reamen

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: content color overlay #138963
    reamen
    Participant

    Oh sorry. i was too early with my question. have now found the solution myself.

    If someone else has the same goal.
    The code:
    .post-thumbnail-container .featured-image-overlay::before {
    opacity: 0;
    }

    I have entered in the ccs editor

    in reply to: content color overlay #138962
    reamen
    Participant

    I also have the same concern that the hue changes when i hover the mouse over it. i want the images to always be displayed without the filter.
    Your tip has not changed anything for me so far.
    Have you changed anything else?

    .post-thumbnail-container .featured-image-overlay::after {
    opacity: 0;
    }

    .post-thumbnail-container:hover .featured-image-overlay:before {
    opacity: 0;
    }

    .post-thumbnail-container:hover .featured-image-overlay:after {
    opacity: 0;
    }

    Website: www.tvbuehler.ch

    in reply to: Change overlay on hover for post thumbnails #138961
    reamen
    Participant

    I also want the post images to have no effect and be displayed without filters. Unfortunately, nothing changes on my page with your tips.
    What am I doing wrong?

    }

    .post-thumbnail-container .featured-image-overlay::after {
    opacity: 0;
    }

    .post-thumbnail-container:hover .featured-image-overlay:before {
    opacity: 0;
    }

    .post-thumbnail-container:hover .featured-image-overlay:after {
    opacity: 0;
    }

    Website: www.tvbuehler.ch

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