Perfect!
Thanks @joshsender
Thanks @Richard-Keith
Perfect!
Thanks @joshsender
Thanks @Richard-Keith
Thanks Richard, and apologies for the late response. I have been away!
That would work for that particular page, but we have other pages using the same footer with different colour backgrounds. For example this one is green: https://twodesign.co.uk/contact/
Is there a way to make the footer take the colour of the particular page?
https://twodesign.co.uk/about/
I’m trying to set a background colour for this page so that it is a different colour to the rest of the site,
I’ve set the page background, with the ‘Set Background Colour’ function, to pink #ffd5d6.
The site wide background colour is set to grey #f2f2f2.
The problem is with the footer (and header when scrolling) which is grey #f2f2f2. And I want it to display pink #ffd5d6 – the same as the page background colour, but only for that single page.
We did have a custom CSS which did work in making the footer transparent:
#footer-region {
background: none !important;
}
But that no longer works.
Can you suggest a solution?