Posted by Joe Oldak on

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

2: Re: Site Footers (response to 1)
Posted by sue potter on

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

3: Re: Site Footers (response to 2)
Posted by Joe Oldak on

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

5: Re: Site Footers (response to 3)
Posted by sue potter on

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

7: Re: Site Footers (response to 5)
Posted by sue potter on

They are back - thank you fpr your help!

 

Sue

4: Re: Site Footers (response to 1)
Posted by Bradley Kelly on

Thank you. I like the footer. Looks a lot more cleaner, however, would I be allowed to hide the login icon button using CSS?

6: Re: Site Footers (response to 4)
Posted by Joe Oldak on

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

8: Re: Site Footers (response to 6)
Posted by Bradley Kelly on

Thank you! :)