Hi,
I am trying to change the footers color and searched for a way to do it.
I found out that by adding:
.x-colophon.bottom .x-colophon-content {
font-size: 11px;
color:black;
}
.x-colophon.bottom .x-nav li a {
font-size: 11px;
color:black;
}
footer.x-colophon .x-social-global a i {
color: black;
font-size: 19px;
}
.x-colophon.bottom .x-colophon-content a {
color: rgb(0, 0, 0);
text-decoration: underline;
}
I can change it.
I have applied it here:
http://music-art-nienburg.de/ueber-uns/
But now the other pages on the website have not changed. Is there a way to do this change on every page?
Thank you in advance