Changer Couleur Font-d’écran

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1721840
    Patrice SAPET
    Participant

    Bonjour,

    Pour le site que je suis en train de mettre en place on me demande de mettre le fond du site intégralement noir, le problème c’est quand passant tout de même par personnaliser, couleurs puis couleur d’arrière plan tout est bien mis en noir mais ça ne fais aucun changement sur le site, j’ai essayé de faire par block mais je rencontre un autre problème les espaces entre les blocks reste blanc, savez-vous comment faire pour changer l’intégralité de l’arrière plan ?

    Merci d’avance pour votre réponse

    #1722464
    J. Davis
    Keymaster

    Hi Patrice,

    You can apply the style below to change the body background color of the Luviana theme:

    body{
        background:#000;
    }

    If you mean the content area, then you can apply the style below:

    div#content {
        background:#000;
    }

    The styles can be added to Appearance > Customize > Additional CSS.

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