• In the new version 3.1, I tried changing the background color to black with “background-color: black;”.

    Does not work though.

    Any idea where to change the background color?

    Thanks,
    Riggie

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator James Huff

    (@macmanx)

    What was wrong with your original thread?

    https://www.ads-software.com/support/topic/51959

    Thread Starter riggie11

    (@riggie11)

    No idea… I was a bit confused about where this post would appear. Main thing it can be seen now ??

    Thread Starter riggie11

    (@riggie11)

    Denis gave me the solution to be able to
    change the background color in V3.1

    Add this code to your custom.css:
    body.custom
    {
    background-color: black;
    }

    Change this tag in header.php:

    <body class=”<?php the_page_skin(); ?>”>

    change to:

    <body class=”<?php the_page_skin(); ?> custom”>

    The background should be changed now.

    -Riggie

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing the background color in Version 3.1’ is closed to new replies.