• Bonjour à tous,
    Est-ce que quelqu’un aurait l’amabilité et la gentillesse de me dire comment puis-je insérer une image à la une d’un article ? theme pictorico ? sans que celle-ci vienne se mettre en bandeau dans l’article ?

    J’aimerai que la miniature reste telle quelle est en page d’accueil, mais qu’elle n’apparaisse pas toute déformée en en-tête de mon article !?
    Je suis en train de faire un blog ? bénévolement ? pour une association, vous pouvez aller constater mon problème ici : https://www.lipcollectif.net/

    Je souhaite garder l’image rouge avec l’outil, mais quand je clic dessus elle apparait toute déformée dans le header de l’article ;-(

    Comment puis-je supprimer ou modifier l’image Header de mon article sans changer l’image à la une s’il vous plait ?
    En vous remerciant pour votre réponse,
    Cordialité

Viewing 1 replies (of 1 total)
  • Bonjour!

    What it sounds like you’re asking is how to remove the featured image from single posts, but still display the featured image on the blog index – is that right?

    I’m not seeing Pictorico here right now – https://www.lipcollectif.net/ – but here is some CSS you could use to accomplish the above, if that’s what you’re aiming for:

    .single .entry-thumbnail {
      display: none;
    }
    
    .single .entry-header {
      height: 140px;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    p.s. these are English-language forums, but if you need help in French you can try posting here:

    https://www.wordpress-fr.net/support/

Viewing 1 replies (of 1 total)
  • The topic ‘Comment changer ou supprimer l'image header d'un article "pictorico Thème"’ is closed to new replies.