Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1292358
    alex5252
    Participant

    I am unable to override the line-height style for li.x-li-icon

    Here is an example of a page this is on: http://138.128.175.130/~landervet/veterinary-services/consulting/milk-quality/

    Do you have any suggestions how to override this? Using an important tag does not work.

    #1292361
    alex5252
    Participant
    This reply has been marked as private.
    #1292401
    Paul R
    Moderator

    Hi,

    To change the line height, you can add this in Cornerstone > Settings > Custom CSS

    
    .x-ul-icons li.x-li-icon {
        line-height:15px !important;
    }
    

    You may change 15px to adjust.

    Hope that helps.

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