CSS Tag for the bar at the bottom?
I was thinking, it would be nice to be able to change the color and some other things about the bar at the bottom that says, "Hosted by Wikidot.com…"
Is there a CSS class referencing it?
I was thinking, it would be nice to be able to change the color and some other things about the bar at the bottom that says, "Hosted by Wikidot.com…"
Is there a CSS class referencing it?
There's an id selector.
#footer
— Shawn
Well, that's only the bar below it, with the Creative Commons License in it. I was thinking of the bar with the links to help, terms of service, etc.
#footer is deffo the one with the buttons.
the bit with the licence is:-
#license-area
That's odd - when I use the CSS
#footer { text-decoration: underline; }
It makes the license disappear.
EDIT: That's odd. It works fine now.