Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #993394
    SixIT
    Participant

    Hi Guys,

    I’m looking to change the colour of the topbar text and social icons to white with a hover of #152800 exclusively. How would I do that? My URL is http://4a0.faf.myftpupload.com/

    Thanks in advance!

    #993427
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .top-menu li a:hover, .x-topbar .x-social-global i:hover {
        color: #152800;
    }
    .top-menu li a, .x-topbar .x-social-global i {
        color: #fff;
    }

    Hope it helps.

    #993565
    SixIT
    Participant

    Hi Christopher,

    Thanks for the help, that’s worked perfectly!

    #993583
    Paul R
    Moderator

    You’re welcome! 🙂

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