Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1365755
    kenyamawusi99
    Participant

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

    #1365757
    kenyamawusi99
    Participant
    This reply has been marked as private.
    #1365877
    Joao
    Moderator

    Hi Andre,

    You can use:

    
    
    .x-colophon a {
    color: white !Important;
    
    .x-colophon .textwidget {
      color: white;
    }

    Hope it helps

    Joao

    #1366018
    kenyamawusi99
    Participant

    It 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?

    #1366071
    Prasant Rai
    Moderator

    Hello 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.

    #1366430
    kenyamawusi99
    Participant

    That didn’t work either. Is there anything else I can try?

    #1366728
    Prasant Rai
    Moderator

    Hello 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;
    }

    http://prntscr.com/e79ckt

    Please change color code as per your requirement.

    Thanks.

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