Elite Footer wrapper background has disappeared

Discussion in 'Elite Pro WordPress Theme' started by rosy, Nov 4, 2012.

Thread Status:
Not open for further replies.
  1. rosy

    rosy Member

    Joined:
    Sep 17, 2012
    Messages:
    73
    Likes Received:
    2
    The footer topline and background have both disappeared from a site I am working on:
    http://blog.marblemaster.ca/

    I checked all the code in the style sheet, front page and footer and nothing is different from my other site that had the elite theme - I even copy pasted from the good one into the one where it is missing just in case.

    I can add colour with css code but I can't get the original background back in there?
    HELP please.

    I even tried putting the footer wrapper code in the styling options css box:
    .footer-wrapper {
    background:#fff url(images/footer-topline.png) top repeat-x;
    overflow:hidden;
    padding-top:2px;
    font-size:13px;
    color:#727171;
    }
    .footer-wrapper{
    background-image: footer-bg.png repeat;
    border-bottom:1px solid #d4d4d4;
    }
     
  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:
    .footer-wrapper {
    background: #eeeff1;
    border-top: 1px solid #d5d3d4;
    }
    This will solve your issue.
     
  3. rosy

    rosy Member

    Joined:
    Sep 17, 2012
    Messages:
    73
    Likes Received:
    2
    Thank you for all your help,

    That fixed 1/2 the missing wrapper content - the colour.

    I uploaded the footer-bg.png file into the media of the site and referenced the full URL so I would get the checked texture image in the footer wrapper too. The link reference: "background:url(images/footer-bg.png)" is not working - my client has their blog site hosted with their original html site so I think the folder references are not working properly.

    So I used this code in the css and everything looks the same as the original elite theme:
    .footer-wrapper {​
    background: #eeeff1;​
    border-top: 1px solid #d6d6ce;​
    }​
    Thanks again,
    Rosy :)
     
Thread Status:
Not open for further replies.

Share This Page