Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1365770
    kenyamawusi99
    Participant

    Hi,

    I’d like to change the footer text at the very bottom of my site to rgb(0, 83, 164), please.

    Thank you!

    #1365771
    kenyamawusi99
    Participant
    This reply has been marked as private.
    #1365902
    Joao
    Moderator

    Hi 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

    #1366022
    kenyamawusi99
    Participant

    That didn’t seem to work. Any other ideas?

    #1366261
    Nabeel A
    Moderator

    Hi 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!

    #1366400
    kenyamawusi99
    Participant
    This reply has been marked as private.
    #1366742
    Friech
    Moderator

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1365770 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>