Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1205723
    UniteCoop
    Participant

    I just checked the footer settings and everything seems to be on, but nothing’s showing up. Not even the “powered by x…” text..

    not sure what to do.

    Thanks

    http://www.fitpark.ca

    #1205895
    Rahul
    Moderator

    Hey There,

    Thank you for contacting us 🙂
    The footer text was set to “White”. Please update the following custom CSS code

    colophon.bottom a, .x-colophon.bottom .x-social-global a {
        color: #2196F3;
    }

    You can change the color code as per your requirement. Thanks in advance.

    #1207207
    UniteCoop
    Participant

    Hi thanks.. that helps with the social footer text but nothing else??

    #1207679
    Friech
    Moderator

    Hi There,

    Please remove the last custom CSS block on your customizer, that causes an error.

    colophon.bottom a {
        color: #000000, .x-colophon.bottom .x-social-global a {
        color: #000000;
    }

    Use this instead.

    .x-colophon.bottom, .x-colophon.bottom a, .x-colophon.bottom .x-social-global a {
    	color: #333;
    }

    Hope it helps, Cheers!

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