Shop Categories

X

How can I achieve to not display the “Beitragsbild” at each page?

Home Forums Agama Pro How can I achieve to not display the “Beitragsbild” at each page?

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27269

    How can I avoid with additional CSS in the customizer to not display the “Beitragbild” on pages like this:

    Modulare Gesichtsbehandlungen (Teil 1)

    I would appreciate your help.

    #27272

    Beitragsbild is the german phrase for Picture of the article

    #27275
    Zex
    Moderator

    Hello, Wolfgang!

    If you want to remove the featured image from the Single blog post (please correct me if I’m wrong) , there is an option in the customizer, located in Customizing->Blog->Single Post menu to turn it off. https://prnt.sc/t89c55

    If for some reason this option didn’t work, insert the following custom CSS code:

    .entry-header img.wp-post-image{
        display: none!important;
    }

    Regards

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