Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1168201
    R_M_Agency
    Participant

    Hi,

    There no easy way to change the colours (normal and hover) for the footer menu text or social icons.

    Please can you provide a piece of CSS for me to add in the custom section.

    Please insert demo hex code #fff for normal and #000 for hover so I know where to insert my own colours.

    Thanks

    #1168288
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

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

    Thanks.

    #1173148
    R_M_Agency
    Participant

    Hi,

    Thanks for the code, much appreciated. Works fine.

    Will this code get overwritten when I update the theme?

    I’m not using the child theme.

    Thanks

    #1173232
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    CSS codes placed in Customizer wont get overwritten when we release updates.

    Thanks.

    #1173458
    R_M_Agency
    Participant

    Hi Prasant Rai

    Thanks for letting me know and good to hear!

    Cheers.

    #1173472
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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