Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1364785
    L4MSP
    Participant

    Hi,
    I have this code to change the navbar font color. I want to make it so then hovered over the font stays white and bolds.
    Any idea how to do that? thanks

    /* topbar Font Color */
    body .x-topbar .p-info,
    body .x-topbar .p-info a {
    color:#FFF;
    font-size: 1.5rem;
    }

    #1364827
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    body .x-topbar .p-info a:hover {
    color:red;
    }

    Hope it helps

    Joao

    #1364929
    L4MSP
    Participant

    once again you guys rock! Worked thanks.

    #1365267
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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