New Landing How can we help? Themeforest Theme Support Dante Disable transition animation on fancy heading

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Dante
  • #82518
    andangkelana
    Member
    Post count: 8

    Hi, i use wordpress 3.9.1, and Dante child theme on dante 2.5.6

    here’s my web http://interseksi.org/

    I want to disable transition animation in Fancy Heading in single post, like when you scroll down and it slowly fade to transparent. i want to disable it. And i want to disable the animation social icons on top header when in hover. How to disable it?

    best,

    #82553
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .page-heading.fancy-heading {
      opacity: 1!important;
    }

    – Kyle

    #82702
    andangkelana
    Member
    Post count: 8

    awesome, how to disable social icons transitions on top bar? i dont want the effect.

    best,
    //

    #82705
    andangkelana
    Member
    Post count: 8

    no worries, i can handle it..

    ul.social-icons li:not(.sf-love) a i {
    display: block;
    height: 100%;
    position: relative;
    top: 0%;
    transition: none !important;
    width: 100%;
    margin-bottom: 31px;
    }

    just change the transition to none.

    best,
    thank you!

    #82706
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    So you don’t wan them to go black?

    – Kyle

    #82709
    andangkelana
    Member
    Post count: 8

    it’s already black on hover. in my web.
    i just don’t want the transition.

    //

    #82713
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    For me they are white, then they go black on hover

    – Kyle

    #82716
    andangkelana
    Member
    Post count: 8

    yes, it is.. hehe sorry to mention the first color. i want it white in basic and black on hover but without transition.

    awesome feedback btw,
    best.

    #82720
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok add this to your custom css:

    ul.social-icons li:not(.sf-love) a {
      transition: none 0s ease 0s;
    }

    – Kyle

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register