Disable animation on list shortcode?

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Disable animation on list shortcode?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #31491
    Dave T
    Participant

    User doesn’t like the animation when you mouseover the items in a list. They think its too confusing. Is there a way to disable this?

    Thanks.

    #31492
    Veena
    Moderator

    Which list exactly ? Can you share a link to specfic page, Pls?

    #31493
    Dave T
    Participant
    This reply has been marked as private.
    #31494
    Veena
    Moderator

    You can have this custom CSS in themeoptions -> custom CSS tab –

    ul.list1 li {
        background: url(images/icons/bullet-arrow.png) no-repeat -2px 5px !important;
    }
    .so-panel li, .so-panel li:hover {
        margin: 0 0 5px 0;
        padding: 0 0 2px 28px;
        list-style: none outside none;
        padding-left: 20px !important;
    }
    
    #31495
    Dave T
    Participant

    That doesn’t quite work.

    If I put both sections in, it will just remove the bullet symbol completely.
    If I only put in the second section, the bullets appear but disappear when the line is moused over. However, it doesn’t make the whole line move like it did without the code, so its an improvement.
    I think that will be fine for now.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.