I've standardised the style of the site footers in all themes, with Modern being the most recently updated.
All site footers now have:
- Dark background with light bold links.
- No Voice logo, but do mention Voice Online Communities.
- A set of Social Media links (set the URLs in the theme options).
- Links to Leave Feedback (if enabled in your site settings), T&Cs, Privacy Policy, and Cookies.
- Can have your own custom text (set in the theme options)
If you notice a problem with the footer on your site then please let me know and I will fix it!
Thanks
Joe - Voice Admin
Hi Jo
Thanks for the footer work.
Our social media links and Voice T&Cs, Privacy Policy, and Cookies are all too pale in colour for our footer.
I imagine this is due to our custom CSS?
www.bromleywell.org.uk
Any advice gratefully received, thanks
Sue
I like your custom theme! :-)
I've added an extra style into your custom CSS to make text/links in the footer all black. All looks good again now!
Joe - Voice Admin
That's great, thanks Jo.
The Voice Voice T&Cs, Privacy Policy, and Cookies seem to have disappeared?
We do need them please.
Thank you
Sue
Thank you. I like the footer. Looks a lot more cleaner, however, would I be allowed to hide the login icon button using CSS?
I see you're using the Modern theme, which doesn't have an option to hide the Login button.
To remove it from the footer you could add the following style to your custom CSS:
#footerLogin {
display: none;
}
Thanks
Joe - Voice Admin
Is it possible to put the logos of the organisations that have funded us on the footer? It does not give me the option to add an image. Or where else could I put these?
You can put images into site footers. We used to use the wysiwyg in the footer to make it easier to do - though this could mess up adding custom scripts and so on, so on balance decided to do without it.
Possibly the easiest way to add the images is to first add them to a random page of your site in the order that you want them, using the wysiwyg, then go to View -> Source code to view the HTML and cut and paste it into the Footer section of the theme options.
Thanks
Joe