• rozenbergman

    (@rozenbergman)


    I am using the YourJourney theme and I am trying to change the background of my page

    I did try to put in the Css file

    body {
    background-color: #000;
    }

    but no luck

    maybe you have an Idea how

Viewing 7 replies - 1 through 7 (of 7 total)
  • satvikinfotech

    (@satvikinfotech)

    What’s site URL/link ?

    lelandf

    (@lelandf)

    What’s the URL of your site?

    Thread Starter rozenbergman

    (@rozenbergman)

    lelandf

    (@lelandf)

    Okay, the reason why background-color on the body doesn’t appear to be working is because you have a #page-wrap div within the body that’s also setting a background color.

    That takes precedence on the page.

    Try this:

    #page-wrap { background-color: #000; }

    Thread Starter rozenbergman

    (@rozenbergman)

    It works
    You are a genius!

    Thread Starter rozenbergman

    (@rozenbergman)

    How do I change the board of the post’s table

    and if you can tell me how did you know that can you explain it to me so I would be able to find the rest alon

    lelandf

    (@lelandf)

    Thank you!

    I’m not exactly sure what you mean by “board of the post’s table” …would you mind taking a screenshot of this to illustrate?

    Also, I found out by using in-browser development tools. Here’s some more information about Chrome‘s for example.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘How to change the Background’ is closed to new replies.