• Hi, I’m using Image Hover Effects – WordPress Plugin free version. I like the plugin but not able to do css of images shown at website. I closed the css for images height but is creating default css automatically.
    Please check page : https://aprgrabs.com/aprgrabs-homepage

    In this page i want to remove height of image as set by default.

    .ih-item.square {
    position: relative;
    width: 320px;
    /* height: 216px; */
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    margin-bottom: 5px;
    }

    In above coding is /* height: 216px; */ is closed but again { .ih-item.square } is re-creating by default. Need technical assistance .
    I like your free version . I do not want to go with pro version. Need solutions in free version only.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Labib Ahmed

    (@labibahmed42)

    Hi,
    Add this code to custom css of your theme
    .ih-item.square{
    height: 300px !important;
    }

    You can set height value according to your requirement.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Not able to set image height as per requirement in free version.’ is closed to new replies.