Hiding Featured Images in CSS- Edin Theme
-
Is there a way to hide the featured images with CSS? I want the thumbnails on the parent grid pages, but not to show up on the actual post. I’m using the Edin theme
The blog I need help with is: (visible only to logged in users)
-
Hey sandyspringscc,
It’s the default behavior of the theme you use. Either you add a featured image or you don’t, the rest will be controlled by the theme.
Free plan doesn’t allow you to edit CSS.
-
@, we can do this with CSS. Give the following a try and make sure and check all your pages. In my testing all seems good. This basically removes the featured image from any page that is set as a child page of another page, but does not remove that image from the parent grid page.
.page-child .hero.with-featured-image { display: none; } -
-
-
Hola, me gustaria que el tema usara como imagen de portada de la entreda la primera foto que aparezca en ella…Saludos
-
Hi @deporcuba, since you are using a different theme, and since CSS is generally theme specific, can I ask you to create a new thread in the CSS Forum? Many thanks in advance.
- The topic ‘Hiding Featured Images in CSS- Edin Theme’ is closed to new replies.