Viewing 1 replies (of 1 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @nurealm,

    If you want to “hide” the big picture please use:

    .blog_holder article .post_image img {
    display: none;
    }

    If you want to “hide” the small picture please use:

    .blog_holder article .post_image img {
    display: none !important;
    }

    Thanks,
    Savvas

Viewing 1 replies (of 1 total)
  • The topic ‘Player profile picture shows up twice on the same page.’ is closed to new replies.