Viewing 12 posts - 16 through 27 (of 27 total)
  • Posted in: Dante
  • #110151
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    What do you mean it wont work?

    – Kyle

    #110154
    consult-one
    Member
    Post count: 78

    The button in the navigation is still showing an other orange tone first.

    #110162
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It’s working fine for me now?

    – Kyle

    #110356
    consult-one
    Member
    Post count: 78

    Hm, for me it’s still hovering in a different orange tone first…

    #110603
    consult-one
    Member
    Post count: 78

    Can you also tell me how to style the active “Blog” navigation element like the hover?

    #111155
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    nav#main-navigation .menu li.current-menu-item.menu-item:last-child > a {
      background-color: #e86b20;
      color: #ffffff;
    }

    – Kyle

    #111204
    consult-one
    Member
    Post count: 78

    Great thanks.

    Somehow the hover animation still has two orange tones, it switches to #f97322 first for the time the nav-line would show and then to the accent color.

    #111205
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    How do you know it goes to #f97322? I can’t find it anywhere in the CSS

    – Kyle

    #111206
    consult-one
    Member
    Post count: 78

    I made a screenshot when the first color appears and looked it up in Photoshop

    #111213
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    nav#main-navigation .menu li.menu-item:last-child > a:hover {
      transition: none 0s ease 0s ;
    }

    – Kyle

    #111219
    consult-one
    Member
    Post count: 78

    Kyle, you’re the best. Thanks for your kind help! =)

    #111222
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

Viewing 12 posts - 16 through 27 (of 27 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