Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68267
    SGBrewing
    Participant
    Premium Member

    Hi, just wondering how I can stop the zooming of the images on the ‘Featured Links’ on mouseover?

    Thanks,

    Shawn

    #68271
    vako
    Keymaster
    WP Royal Team

    Hi Shawn,

     

    At first, thank you for choosing our theme and service.

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .featured-link img {
    transition:  none !important
    }
    .featured-link img {
    transform: none !important;
    }

     

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.