• Resolved pippomkd

    (@pippomkd)


    It was all normal until few days ago when suddenly each club got a huge logo like a featured image on normal posts.

    ex: https://macedonianfootball.com/team/vardar/

    How can I remove the huge logo? It disappears when I remove the logo, but I need the logo to be there in order to appear in tables.

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @pippomkd ,

    It seems like a theme issue, which occured after the latest update of it.

    Try to add the following CSS code at SportsPress->Settings->General->Custom Code:

    img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        display: none;
    }

    Thanks,
    Savvas

    Thread Starter pippomkd

    (@pippomkd)

    Thanx very much for your help! it works!! ??

    Thread Starter pippomkd

    (@pippomkd)

    Sorry for bothering, but now a different problem occurred. After putting that code the huge logos disappeared, but also the featured photos from all news are gone. I removed the code and the photos started showing again.

    Is there away to make this code only for the clubs?

    Plugin Contributor Savvas

    (@savvasha)

    Hi @pippomkd ,

    Try the following please:

    article.sp_team img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        display: none;
    }

    Thanks,
    Savvas

    Thread Starter pippomkd

    (@pippomkd)

    That worked and now everything is the way it should be.

    Thank u very much, u r awesome!

    Roch

    (@rochesterj)

    I’m glad it’s resolved!

    Please, let us know if you need anything else.

    Kind Regards

    Thread Starter pippomkd

    (@pippomkd)

    Well, it would be good if the part circled in blue is gone: https://i.postimg.cc/kGnkPnqM/fgngf.png although Im happy that the logo problem is resolved which was a big issue.

    Roch

    (@rochesterj)

    Hi!

    Please open a new topic and we’d be glad to help you with that.

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to remove featured logo from club profile?’ is closed to new replies.