Home Forums Free Themes Yummy Effect hover in the Blog page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #59609
    Zulkar
    Participant

    Hello

    I’m testing the Yummy theme for a blog project.
    Where is the hover effect information on the Blog page?
    When we move the mouse over the items, the zoom effect!

    Thank you in advance

    #59658
    wensolutions
    Keymaster

    Hello @zulkar,

    Actually, we are having trouble in understanding your query properly.

    So please explain your query properly so that we could understand and please do not forget to post your site URL to inspect the issue properly.

    Thank you.

    Best Reagrds!!

    #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 !

    #59713
    wensolutions
    Keymaster

    Hello @zulkar,

    Glad that you figured out the issue by yourself.

    But let us remind you that you should not make any sorts of modification directly in your theme because all of your modification will be lost once you update your theme to the latest release. You should always go through child theme approach for any modification in the theme.

    Also if you have any issue further, please do not hesitate post.

    Best Regards!!

    Have a good day 🙂 .

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