Change Background Color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1549072
    Hanna Hüthmair
    Participant

    Hi,

    Is it possible to change the entire background-Color at once?

    If I try to adjust it in the customizer, it won’t do much. If it is necessary to modify multiple lines in the styles.css could you tell me which lines it needs to get a result without white stripes?

    Thank you!

    #1550386
    J. Davis
    Keymaster

    Hi Hanna, To change the background color for the entire website you need to add the style below at Appearance > Customize > Additional CSS:

    body{
      background:#000;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.