• I would like to use a different plugin with the gallery media links, Easy FancyBox. How do I disable the Photobox effect that comes with the theme? I am willing to modify core files as the site will only be up for a few weeks. Thank you.

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

Viewing 1 replies (of 1 total)
  • Hello @scollonp,

    To disable the effect please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .masonry-entry:hover a img 
    {
      -webkit-transform: scale(1); */
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        /* transform: scale(1); */
    }
    .post-item a.post-thumb:before {
        background: transparent;
    }
    
    .post-content {   
       display: none;
    }

    Hope this helps.

    If you have any confusion further then please post your queries in our official support forum given below:

    https://themepalace.com/forum/free-themes/photo-perfect/

    Thank you.

    Best Regards!!

Viewing 1 replies (of 1 total)
  • The topic ‘Disable Photobox’ is closed to new replies.