Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1067037
    xponent21
    Participant

    I was trying to use the following code to change the color of a specific menu item in the sidebar.

    .menu-item-1658 .li .ul a {
      color: #ae0000!important;
    }

    Site is here: http://xponent21.com/dev/mdg/snap-smile/

    #1067346
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Use the following CSS rule instead.

    
    .menu-services-container #menu-item-1658 > a {
        color: #ff0000;
    }
    

    Hope that helps.

    #1067352
    xponent21
    Participant

    Thanks! That worked perfectly!

    #1067530
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again

    Thanks.

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