Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1394408
    mkdigitalpt
    Participant

    Hi,

    I searched in the forum how to change the footer text color and I used the following CSS code:

    footer.x-colophon.bottom p {
    color: #000030 !important;
    }
    footer.x-colophon.bottom a {
    color: #000030 !important;
    }

    It works for the footer link text, but it doesn’t work for the “/” (separator char), which is still white.
    You can see how it looks in the website: http://www.psicoajuda.pt

    Please, advice how I can also change it to black (#000030).

    Regards

    #1394451
    Thai
    Moderator

    Hi There,

    Please try with this CSS:

    .x-colophon.bottom p,
    .x-colophon.bottom a,
    .x-colophon.bottom .x-nav li:after {
        color: #000030 !important;
    }

    Hope it helps 🙂

    #1394490
    mkdigitalpt
    Participant

    Hi

    Perfect! It works very well.
    Thanks a lot.

    Regards

    #1394505
    Thai
    Moderator

    You’re most welcome 🙂

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