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
Hi,
no ideas?
Thanks
Alexander
Hi Alexander,
Please try the following in Quick CSS under Enfold->General Styling:
.single-sp_player .small-preview {
display:none !important;
}
Best regards,
Rikard
Hi,
Thank you. Unfortunately, this doesn’t do the trick.
Thanks
Alexander
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
ok, it’s working now. Thanks!
Hi,
You are welcome!
Best regards,
John Torvik