• Resolved tinuviel

    (@tinuviel)


    I need to remove PrettyPhoto from the Post Featured Images in this theme. It is ridiculous and looks terrible. How do I deactivate it?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    Please give your site URL and give the screenshot of the page where you want to remove featured image.

    Thanks.

    Thread Starter tinuviel

    (@tinuviel)

    Hi, please ee the image at

    Thread Starter tinuviel

    (@tinuviel)

    I don’t want to remove the featured image itself – I want Pretty Photo to not be active in the theme. How can I disable it?

    Hello,

    Go to Dashboard -> Appearance -> Customize -> Additional CSS -> paste the below code in Custom CSS box and save –

    .post-image {
        display: none;
    }

    Thanks.

    Thread Starter tinuviel

    (@tinuviel)

    As already mentioned, I do NOT wish to hide the featured image on a post. What I want to do is hide the additional functionality that the PrettyPhoto plugin (which is integrated with your theme) adds to featured images on posts. IE: I DON’T want those images to have a weird hover effect over them, and I DON’T want users to be abale to click those images. I simply want the images to appear embedded at the top of posts and not be interactable. How can I remove PRETTYPHOTO from this theme?

    Hello,

    paste the below code in Custom CSS box and save –

    span.img-hover {
        display: none;
    }
    span.fullscreen {
        display: none;
    }

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘PrettyPhoto in the theme’ is closed to new replies.