Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #47715

    Hey there,

    I would like to know how to change blog content area background (not page background), sidebar background and continue reading-> background color. Thanks

    #47735
    Sakin
    Keymaster

    @aleks.mavric123: Here is the list of the element and background color codes which you can change as per your need and then add it in “Appearance => Theme Options => Custom CSS” nox.

    #main {
        background-color: #fff;
    }
    #content {
        background-color: #fff;
    }
    #sidebar {
        background-color: #fff;
    }
    #47774

    Thank you, this works! 🙂 I would also like to know how to add backgroud color to the button “Continue Reading ->”?

    #47786
    Sakin
    Keymaster

    @aleks.mavric123: Here goes the css for continue reading.

    a.readmore {
        background-color: #fff;
        color: #000;
        display: inline-block;
        padding: 5px 10px;
    }
    #47789

    Thank you, this also works! 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to add background to sidebar, content area and continue reading’ is closed to new replies.