• Resolved bozonja

    (@bozonja)


    What is exect property to change bg colors of this three?
    Tnx!

Viewing 6 replies - 1 through 6 (of 6 total)
  • For main content bg:

    .page-title,
    .content { background-color: red; }

    For sidebars, you need to modify the background images in /img/sidebar/ to a new color, as well as this CSS:

    @media only screen and (min-width: 480px) and (max-width: 1200px) {
    .s2-expand .s2 { background: red; }
    }
    @media only screen and (min-width: 480px) and (max-width: 960px) {
    .s1-expand .s1 { background: red; }
    }
    @media only screen and (max-width: 479px) {
    .sidebar { background: red; }
    }

    Thread Starter bozonja

    (@bozonja)

    Ok, Tnx Alx! 🙂

    Thread Starter bozonja

    (@bozonja)

    Couple of images or all?

    A couple should be enough, it depends a bit on what layouts you use.

    Thread Starter bozonja

    (@bozonja)

    I have changed s-left.png & s-right-s2.png but nothing happens. That is not enough?
    here is the link:
    http://176.9.121.236/~semafors/

    Thread Starter bozonja

    (@bozonja)

    Problem solved! It was mistake in url path of sidebar images.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘sidebars and main content background colors’ is closed to new replies.