Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #19951
    scott
    Member

    I’d like to make the entire content box (of an individual page) the same color as the background content itself. I’ve been able to change the background color of the content pane using:
    #post-34 .entry-content {background-color: #61c7f2 !important;}

    But I can’t figure out how to apply that to the entire border as well

    http://thepowerofwater.net/share/why/

    #19982
    Sakin
    Keymaster

    @scott: For color you can go to “Appearance => Theme Options => Color Options” and change the color as per you need. You don’t need to add extra color css.

    #20010
    scott
    Member

    just want to change it on a single page, not globally.

    #20016
    Sakin
    Keymaster

    @scott: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page-id-34 .hentry { background-color: #61c7f2; }

    #20033
    scott
    Member

    woohoo! that’s it!

    Thanks Sakin

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘color change on content border’ is closed to new replies.