How do I fix the background on the blog page?

Discussion in 'Poloray WordPress Theme' started by goldkey, Nov 2, 2012.

  1. goldkey

    goldkey New Member

    Joined:
    Oct 26, 2012
    Messages:
    20
    Likes Received:
    0
    When I added a background image, I found there to be no background color for the display area on the blog page. Please see attached image. A link to the page with the issue is as follows:


    If you could provide me with a solution to this issue, I would be most appreciative.

    Thank you in advance.

    Sincerely
    Laurie MacIntosh
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar .post {
    background: #fff;
    }
     
  3. goldkey

    goldkey New Member

    Joined:
    Oct 26, 2012
    Messages:
    20
    Likes Received:
    0
    Thanks Gourav. That did change the background of the blog content area, but it did not change the background of the margins and the sidebar. Please take a look at the following link:

    http://pgdynamic.ca/inventory/

    As well, I noticed that the other blog pages as follows also need to be updated to:

    http://pgdynamic.ca/category/cars/
    http://pgdynamic.ca/author/laurie/

    If you could provide me with a solution to this, I would be most appreciative.

    Thank you in advance.

    Sincerely
    Laurie MacIntosh
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .page-content {
    background: #fff;
    }
     
  5. goldkey

    goldkey New Member

    Joined:
    Oct 26, 2012
    Messages:
    20
    Likes Received:
    0
    Thanks Gourav. Your solution did add the background to the margins and the sidebar, but there is now a gap between the header and the content display area. Here is the link to the page;

    http://pgdynamic.ca/inventory/

    If you could provide me with a solution to eliminate that gap, I would be most appreciative.

    Thank you in advance.

    Sincerely
    Laurie MacIntosh
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Problem is resolved, Please check your website.
     

Share This Page