Tagged: x
-
AuthorPosts
-
February 10, 2017 at 6:04 am #1365755
kenyamawusi99ParticipantHi! I am trying to change the text color in my footer, by using the following css, but it’s not working.
.x-colophon.bottom {
background-color: #ef3d41;
color: #ffffff;
}
.x-colophon.bottom a {
color: #ffffff;
}
.x-colophon.bottom a:hover {
color: #000000;
}February 10, 2017 at 6:05 am #1365757
kenyamawusi99ParticipantThis reply has been marked as private.February 10, 2017 at 8:47 am #1365877
JoaoModeratorHi Andre,
You can use:
.x-colophon a { color: white !Important; .x-colophon .textwidget { color: white; }Hope it helps
Joao
February 10, 2017 at 10:26 am #1366018
kenyamawusi99ParticipantIt worked, but it also changed the color of the bottom footer text. Is there a way I can make the footer widget text white and the Bottom footer text to #0053a4?
February 10, 2017 at 11:14 am #1366071
Prasant RaiModeratorHello There,
You can add this under Custom > CSS in the Customizer:
footer.x-colophon.bottom .x-colophon-content { color: #0053a4; } footer.x-colophon.bottom ul li a { color: #0053a4 !important; }Thanks.
February 10, 2017 at 4:55 pm #1366430
kenyamawusi99ParticipantThat didn’t work either. Is there anything else I can try?
February 10, 2017 at 11:19 pm #1366728
Prasant RaiModeratorHello There,
Thanks for writing in!
Above code will change the color of footer Copyright section and it’s working fine on my end. http://prntscr.com/e79bkr
You need to change the background color of footer widget area. You can add this under Custom > CSS in the Customizer:
footer.x-colophon.top { background-color: #525252 !important; }Please change color code as per your requirement.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1365755 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
