Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1084044
    Simon T
    Participant

    Hi Guys,

    I cannot for the life of me figure out how to change the footer text color. I have searched the forum and nothing seems to work, please help!

    http://development.snaposweb.com.au/blog

    #1084045
    Simon T
    Participant
    This reply has been marked as private.
    #1084290
    Prasant Rai
    Moderator

    Hello Simon,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-colophon.bottom .x-nav a:hover {
        color: #000 !important;
    }
    
    .x-colophon.bottom .x-nav a {
        color: #000 !important;
    }
    

    Thanks.

    #1084307
    Simon T
    Participant

    Hi Prasant,

    That didn’t work, its not the Navbar I’m trying to change. Theres a Copy-write statement there in the footer content (but its invisible).

    #1084578
    Friech
    Moderator

    Hi There,

    Sorry for the confusion. Please add this on your custom CSS instead.

    .x-colophon.bottom .x-colophon-content a {color: #333;}
    .x-colophon.bottom .x-colophon-content a:hover {color: #415890;}

    The second line is the color of the text on hover state.

    Thanks.

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