• Resolved z

    (@murenti)


    Hello,
    I really love your template Celestial – Lite version 1.5 but I have noticed that the background in my Footer has changed to white can you please help.
    I have tried changing the colors from WordPress backend-Appearance-Customize-Colors but the center of the Footer still remains white.
    My url is planetinternetmarketing.com

    Many thanks in advance for your help

Viewing 8 replies - 1 through 8 (of 8 total)
  • I was very stumped until I looked at the code using Chrome’s webmaster tools and found the problem. Whatever you are using that is loading several css links in the middle of your page content (a very bad thing to do), there is this:

    .row{background-color:#fff}

    This is loading in this css file:
    <link id="pagecss" href="http://img2.wsimg.com/fos/css/0/sales_http_20120522.css" rel="stylesheet" type="text/css" />

    the class .row is used extensively in the Twitter’s bootstrap framework that the theme is using which the complete structure is using and allows for the responsiveness of the theme. So the problem is that this plugin, or script, or whatever it is you are using, is loading this in and using the class .row which is conflicting with the Bootstrap code.

    You may want to contact whoever does this script or plugin you are using and see if they have an alternate method or a quick fix by telling them that this class is used in Bootstrap which this theme uses.

    Thread Starter z

    (@murenti)

    Many thanks for being detailed you helped me locate this issue. It is not a plugin in wordpress but the line <link id=”pagecss” href=”http://img2.wsimg.com/fos/css/0/sales_http_20120522.css&#8221; rel=”stylesheet” type=”text/css” /> which is located on most of my pages. I just need to make or find a work around solution to solve it.

    Many Many thanks for your prompt and excellent reply.

    No worries… I wanted to make sure you were looked after with at least knowing where the problem was. One additional solution which may work for you is to add this class to the theme’s style.css with this:

    div.row {background-color: transparent;}

    or if it doesn’t work, add !important:

    div.row {background-color: transparent !important; }

    Thread Starter z

    (@murenti)

    I am extremely grateful–div.row {background-color: transparent;} did the trick.

    I was in the process of recreating my page so I didn’t have to use href=”http://img2.wsimg.com/fos/css/0/sales_http_20120522.css&#8221;

    Many thanks for your help and thoughtfulness

    You’re very welcome… so, definitely worth a 1000 star rating? haha 🙂

    Thread Starter z

    (@murenti)

    Is there a place to give your post a star rating? This is my very first post to this forum

    Thread Starter z

    (@murenti)

    Or if you would like a testimonial for your website, I am happy to contribute. Testimonials are extremely valuable!

    No worries, and of course there is no obligation, but if you want to do a rating, that is done on the main theme page and clicking on the reviews tab.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Footer Background White’ is closed to new replies.