Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1385548
    jane_pattinson
    Participant

    Hi Themeco,

    I had originally set the footer to be white with a red font and that worked. I have since changed it to black with white for the font colour, however the css is not working. I read the forum posts and originally tried .x-colophon.bottom or just .x-colophon, then footer.x-colophon, then footer.x-colophon.bottom, none seems to be working. I will post the website details in the next private thread.

    footer.x-colophon.bottom {
    color: white !important;
    background-color: black !important;
    }

    #1385550
    jane_pattinson
    Participant
    This reply has been marked as private.
    #1385861
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Your code should have work but then there are other css that changed the color of the elements inside the footer. You can update your code and make use of this code instead:

    footer.x-colophon.bottom {
      background-color: black !important;
    }
    
    footer.x-colophon.bottom,
    footer .x-colophon-content,
    footer .x-colophon-content a {
      color: white !important;
    }

    Hope this helps. Kindly let us know.

    #1390172
    jane_pattinson
    Participant

    Great that fixed it

    #1390200
    Paul R
    Moderator

    Glad to hear that. Have a nice day! 🙂

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