Blog Post Overlay

Home Forums Jevelin Theme Blog Post Overlay

Home Forums Jevelin Theme Blog Post Overlay

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • bueroblanko
    Participant

    Hey Guys,

     

    where can I deactivate “Zoomfunction” on Blog Post Overlay here:

    http://xn--broblanko-q9a.de/projekte/ninaherzog/liebesgeschichten/

     

    Thanks in advance

    Best Regards

    Phil

    Hi Phil,

     

    I hope you are well today and thank you for your question.

     

    You can disable that zoom functionality by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .post-meta-thumb:hover img {
        -webkit-transform: none;
        transform: none;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)