Change Background on blog page

Support Area Forums Progress Change Background on blog page

Viewing 7 posts - 1 through 7 (of 7 total)
URL to the page in question:
  • Author
    Posts
  • #8188
    Keith Clarridge
    Participant

    How can I change the background on the blog page and have the pages act as a skin over top with the background stationery.
    Thanks keith

    #8195
    Bill Robbins
    Moderator

    Keith,

    If you only want to change that on your blog pages, you can use this CSS snippet at the bottom of your style.css file or your custom CSS box:

    
    .archive .content,
    .archive .widget,
    .single-post .content,
    .single-post .widget {
    	background-color: #ffffff;
    	color: #000000;
    }
    

    Enjoy your weekend,
    Bill

    #8197
    Keith Clarridge
    Participant

    Thanks Bill
    Now can I upload a picture as the background instead calling up a color

    Great help Thanks

    #8198
    Bill Robbins
    Moderator

    That’s right. You can use

    background: url(http://yoursite.com/image.jpg) ;

    As the way to do that.

    #8199
    Keith Clarridge
    Participant

    Bill where do I paste these instructions on the Post itself. Thanks keith

    #8200
    Keith Clarridge
    Participant

    Hi Bill

    URL needed to be accurate for pic placement . Works Great .Thanks Keith

    #8203
    Bill Robbins
    Moderator

    Awesome. Have a great week.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change Background on blog page’ is closed to new replies.