Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1385829
    breepear
    Participant

    I have custom css on my site to change the background color of a single (194) button. How can I change the text color on both inactive/active/hover states?

    #1385831
    breepear
    Participant
    This reply has been marked as private.
    #1385963
    Christopher
    Moderator

    Hi there,

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

    .x-navbar .desktop .x-nav>li.menu-item-194 a:hover span {
        color: red;
    }
    .x-navbar .desktop .x-nav>li.menu-item-194.current-menu-item a {
        color: red;
    }

    Hope that helps.

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