Plugin Contributor
Savvas
(@savvasha)
Hi @fredrbr,
Please share a URL of your affected page so as to give you the appropriate CSS code to hide that photo.
Thanks,
Savvas
Plugin Contributor
Savvas
(@savvasha)
Hi @fredrbr,
Please add the following CSS code at SportsPress->Settings->General->Custom CSS:
article.sp_player .flexslider {
display: none;
}
Thanks,
Savvas
Thanks, now it looks good 😀
I’m glad it’s resolved!
Please, let us know if you need anything else.
Hello,
i have the same issue and added the code to the custom CSS , but it does not work.
The big image is still there.
http://tempo.deveuster.eu/player/dries-de-boodt/
(it’s my test site)
Hi!
Please open a new topic so we can help you.
Thanks!
Plugin Contributor
Savvas
(@savvasha)
The correct procedure is to open a new topic so as to be easier for other users with the same problem to search for a solution.
In the meantime, please go to SportsPress->Settings->General->Custom CSS and add the following CSS code:
article.sp_player .featured-image {
display: none;
}
Thanks,
Savvas