Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Effect hover in the Blog page #59687
    Zulkar
    Participant

    Hello,

    I’m sorry, I’m French and I’m using Google Translate.
    I can not give the url of my blog, because for the moment, I make the modifications locally.
    So I test Yummy theme and I make some changes.
    In this theme, on the Blog page, I wanted to achieve a zoom effect when hovering over images of articles.
    I found my answer, in the CSS, it was necessary to put (for example):

    
    .blog-one-header {overflow: hidden;}
    .blog-one-header img {transition: 0.6s;}
    .blog-one-header:hover img {transform: scale (1.2);}
    

    There are other changes that I can not do, I will see on the forum.

    Thank you in advance for your quick response.

    Best Regards !

Viewing 1 post (of 1 total)