2 Comments
  1. You can easily give the images or the container they are in a custom class. Select the image or container and under “advanced” dropdown, “Additional CSS class(es)”, and then use that for a hover effect. Maybe using [filter](https://developer.mozilla.org/en-US/docs/Web/CSS/filter) and/or [transform](https://developer.mozilla.org/en-US/docs/Web/CSS/transform).

    example CSS:

    .custom-class img:hover {
    filter: contrast(150%) hue-rotate(-20deg);
    transform: scale(1.1);
    transition: all 0.5s;
    }
    .custom-class img {
    transition: all 0.5s;
    }

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer