Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #28774

    Hi is there a way I can change an individual pages background color with CSS something like-

    body.page-id-246 { background-color: #000000 !important; }

    This does not work for me…

    #138587

    Hi,

    Can you post a link to your website please?

    Regards,

    Josue

    #138588

    Hi, thanks for the response, heres a link to the page

    http://goo.gl/L8xfNb

    #138589

    Hi,

    You need to target the container_wrap div, example:

    .page-id-246 .container_wrap { background-color: #000000 !important; }

    Regards,

    Josue

    #138590

    thanks for the reply, that changes the header color too…. am only trying to change the body background…

    #138591

    This worked for me

    .page-id-246 .main_color { background-color: #000000 !important; background-image: none !important;}

    Thanks you for the help :)

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change background color w/CSS’ is closed to new replies.