This topic has 22 replies, 3 voices, and was last updated 10 years, 6 months ago ago by Eva Kemp
Hi,
As you can see here http://www.asascharity.org/, there 4 sections in the footer. How can I change the background colour from white to something else?
Thanks,
Hello,
You can see all footer variants in Theme Options > Footer. If you unsatisfied with proposed variants, then add the following code into your custom.css:
.footer-top .container {
background: #ccc;
}
And change “#ccc” to your desired color.
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be .
Regards,
Jack Richardson
Hi,
Thanks but that only put the content into a coloured box.
I would like to change the background colour of the footer like here: http://www.exclusivefashiondesigns.com/
Hello,
Then insert this piece of code into your custom.css:
.footer-top {
background: #ccc;
}
And change “#ccc” to your desired color.
Regards,
Jack Richardson
Hi, thanks that works 🙂
However I have now the top and bottom border of that footer missing parts on left and right side.
I have now the top and bottom border of that footer missing parts on left and right side. I hope you see my problem.
What can I do?
Hello,
Could you please clarify with details what is wrong with the footer?
Thank you.
Regards,
Eva Kemp.
Hi,
The footer section with 4 blocks in it, it has a border top and bottom, this border does not go all the way to the sides left and right of the boxed site.
Do you see what I mean? https://www.dropbox.com/s/k051e7y2p1hoexg/FooterIssue01.png
Hello,
The border can be longer if to strength the container. So 4 blocks will also be strengthen. You may try to add this code into custom.css:
.footer-top .container {width: 1229px;}
Regards,
Eva Kemp.
Hi,
Nothing happens.
Hello,
Please provide us with admin panel credentials in Private Content to check.
Regards,
Eva Kemp.
Hi, here you go:
Hello,
Please check your site now. Is the footer displayed per your request?
Regards,
Eva Kemp.
Hi,
I noticed the changes, cheers, however the text is touching the left side.
Anyway possible to put the text back to how it was before? And keeping the border as it is?
Hello,
Please check now.
Regards,
Eva Kemp.
Hi, thanks, but the copyright text has same issue.
This has been fixed.
Please check.
Regards,
Eva Kemp.
Hi,
Thanks but it is not aligned properly.
Please check http://www.exclusivefashiondesigns.com/ – you can see ABOUT being aligned with the copyright footer. Both same distance from left.
I would like the same.
I think the ABOUT line is way too much towards the right. It needs same margin than the copyright so it needs to be moved a bit more towards left.
Hello,
Is it fine now?
You can also edit the code to your choice. Find this code in custom.css:
.footer-top .row-fluid {margin-left: 65px;}
.copyright .row-fluid {margin-left: 30px;}
and set the values to your choice.
Regards,
Eva Kemp.
Hi,
Yes thanks, I have tweaked it a bit now and all good 🙂
Hello,
You’re welcome.
If you have any questions please feel free to contact us.
Regards,
Jack Richardson
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘How to change footer colour?’' has been successfully resolved, and the topic is now closed for further responses