Tagged: x
-
AuthorPosts
-
February 10, 2017 at 6:31 am #1365770
kenyamawusi99ParticipantHi,
I’d like to change the footer text at the very bottom of my site to rgb(0, 83, 164), please.
Thank you!
February 10, 2017 at 6:32 am #1365771
kenyamawusi99ParticipantThis reply has been marked as private.February 10, 2017 at 9:02 am #1365902
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS.x-colophon.bottom .x-colophon-content a { color: rgba(0, 83, 164) !important; text-decoration: none; }Hope it helps
Joao
February 10, 2017 at 10:41 am #1366022
kenyamawusi99ParticipantThat didn’t seem to work. Any other ideas?
February 10, 2017 at 2:09 pm #1366261
Nabeel AModeratorHi again,
Please replace the previous code with this:
footer .h-widget, footer .x-colophon a, footer .textwidget span, .x-colophon.bottom .x-colophon-content { color: rgb(0, 83, 164) !Important; }Let us know how this goes!
February 10, 2017 at 4:08 pm #1366400
kenyamawusi99ParticipantThis reply has been marked as private.February 10, 2017 at 11:41 pm #1366742
FriechModeratorHi There,
The reason why it seems any custom CSS code added is not working is because of the syntax errors.
Please check your entire custom CSS here: http://csslint.net/ and address all the errors.
Only then you can add this.
footer .h-widget, footer .x-colophon a, footer .textwidget span, footer.x-colophon.bottom .x-colophon-content, footer.x-colophon.bottom .x-colophon-content a { color: rgb(0, 83, 164) !important; }Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1365770 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
