• Resolved christinedeunepetitelaine

    (@christinedeunepetitelaine)


    bonjour,
    à chaque mise à jour du thème Neve, il y a des changements dans mon site ; par exemple, la taille de la police des titres, sous les images, dans la présentation “archives” est devenue plus petite… comment la corriger ? j’ai déjà beaucoup de “css additionnel” dans “personnaliser”… merci encore pour votre aide précieuse ??

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support MadHatter (a11n)

    (@madhattersez)

    Hello, there.

    I can only provide support in English, but I’ll use Google Translate to assist you. It sounds like your visual settings change every time your theme updates, is that correct?

    If so, I would generally recommend the custom CSS that you mentioned you already use. That should keep your changes intact, unless the theme developer is making lots of changes to the way the theme’s files and features are called in their code.

    If you continue to have your CSS not stay after their changes, I would recommend that you reach out to that theme’s developer so they can directly assist you with your changes sticking. I hope they have a solution for you!

    Thread Starter christinedeunepetitelaine

    (@christinedeunepetitelaine)

    Merci pour la réponse.
    Oui, je sauvegarde le CSS mais je ne sais pas comment augmenter la taille de la police des titres en mode “archives” ; cela ne fonctionne qu’avec l’option “inspecter” sans pouvoir l’enregistrer dans “personnaliser” ou bien il y a conflit entre toutes les saisies de réglage h2 possibles:

    h2 {
    font-family: “Jost”, arial, sans-serif;
    font-size: 1.1em;
    }

    Plugin Contributor Dan (a11n)

    (@drawmyface)

    You may need to be more specific with your CSS e.g.

    .archive h2 { }

    Or you can try using !important which will override all other styles.

    You can learn more about that here:

    https://css-tricks.com/specifics-on-css-specificity/

    Hope that helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Taille de police de titre’ is closed to new replies.