- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
[Note: The title of this post has been edited by a moderator.]
Hello,
I am currently creating a weebly website using a theme that I have selected. However, the only thing that I don't like is that both the header and footer are white, so I would like to change the color of both of them. I have tried looking at other community posts and changing the code, but so far nothing has worked for me. Could someone help with this? It would be greatly appreciated, and thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
For sites built using the classic Weebly drag and drop website editor, you'll need to do some CSS customization like @BJ gave in the post I linked.
If you built your site with the Square Online editor, click on your header or footer section, then click on Customize and then Section style. You can change the background to a color or image (or transparent if it's the header section).
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Add this to Settings > SEO > Header Code:
<style> .cento-header, .cento-header .nav-wrap, .footer-wrap { background: #000000 !important; } </style>
Change the #000000 part to whatever color you want to use for them.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I made a mistake in my code. Oops!
Try this change instead:
.footer-wrap { .flex-shrink(0); width: 100%; background: #000; font-size: 14px; color: @backgroundColor; }
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
For sites built using the classic Weebly drag and drop website editor, you'll need to do some CSS customization like @BJ gave in the post I linked.
If you built your site with the Square Online editor, click on your header or footer section, then click on Customize and then Section style. You can change the background to a color or image (or transparent if it's the header section).
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
The theme is John and Maggy- Cento. The header and footer both default to white
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Add this to Settings > SEO > Header Code:
<style> .cento-header, .cento-header .nav-wrap, .footer-wrap { background: #000000 !important; } </style>
Change the #000000 part to whatever color you want to use for them.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
hi there
I've looked through this site and havent found my answer so thought I'd try herre.
I only want to change the footer colour on this site: http://www.bcanimalownersassociation.ca
the theme is spotlight business
any help would be much appreciated
thanks
Jai
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
forgot to choose to be emailed when someone answers so doing that here.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hey there jsequoia!
While I can't lend a hand with code details, I wanted to let you know that you can use the top right menu on the main post to Subscribe to a thread. That way, you can keep up on replies, even if you don't want to post yet.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
UGh! I've tried all the fixes I can find to change just the footer background on theme: claen lines - business to black but can't get anythgin to stick. Any suggestions much appreciated!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Could you post a link to your site, @longtimeweeble? I think it would be easier for our Community members to help if they can see your Footer code.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Thanks so much, Adam! My site is kimberlyteal.weebly.com it has a password on it becaue I don't want it to be "live" yet - so much more to do. The password is "success".
Really appreciate your time!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Try adding this to Settings > SEO > Header Code:
<style> #footer { background: #000 !important; } </style>
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Looks like your code is a little different than the test site I was playing with. Try changing this:
.footer-wrap { .flex-shrink(0); width: 100%; background: @headerColor; font-size: 14px; color: @backgroundColor; }
To this:
.footer-wrap { .flex-shrink(0); width: 100%; background: @headerColor; font-size: 14px; color: #000; }
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
nope that didn't work.
I"m obviously not a css person, but dont we somewhere have to attribute the @backgroundColor to the new colour I want?
hope someone can help me figure this out.
cheers
Jai
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I made a mistake in my code. Oops!
Try this change instead:
.footer-wrap { .flex-shrink(0); width: 100%; background: #000; font-size: 14px; color: @backgroundColor; }
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
It worked! Thank you SO MUCH!!
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi, this code worked great for me, but now i need to change the width, i need to do it all thw way to the left and right, do you think you can help me with that? Thank you.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi, this code worked great for me, but now i need to change the width, i need to do it all thw way to the left and right, do you think you can help me with that? Thank you.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I followed this help but the header color did not change. Any idea why?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
it seemed like the header not change the colour
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report