• Resolved thiagoftoledo

    (@thiagoftoledo)


    Good afternoon,

    How do I change the white background of the area where the posts?

Viewing 1 replies (of 1 total)
  • Mithun Sridharan

    (@mithungmxnet)

    Good afternoon,

    I suggest you use the child theme to make the modification. In your child theme, the following line will change the background of the area where the posts appear:

    .content {
    background:red;
    }

    Here, I have used red, but you could choose any colour, including hex values.

    Hope this helps!

    Best Regards,
    Mithun

Viewing 1 replies (of 1 total)
  • The topic ‘Change background color of the area of posts’ is closed to new replies.