Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #860344

    Hi,
    I’m running a plugin called “Sportspress” on our website. One feature of the plugin is that I can display any player of our team on a single page.
    The page uses the standard template and so, the player’s photo is being displayed on the top of each page as if it would be a blog post.

    My idea was to create a custom template that shows everything except the little squared picture on the top.
    I set up a customs template already but I don’t know how to get rid of the picture.

    Thanks
    Alexander

    #860549

    Hi,

    no ideas?

    Thanks

    Alexander

    #860562

    Hi Alexander,

    Please try the following in Quick CSS under Enfold->General Styling:

    .single-sp_player .small-preview {
      display:none !important;
    }

    Best regards,
    Rikard

    #860748

    Hi,

    Thank you. Unfortunately, this doesn’t do the trick.

    Thanks
    Alexander

    #860922

    Hi,

    That CSS should work, where exactly did you put it? Did you clear any caching you might have on the site? Or maybe you are using minification?

    Best regards,
    Rikard

    #861098

    ok, it’s working now. Thanks!

    #861291

    Hi,

    You are welcome!

    Best regards,
    John Torvik

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.