New Landing How can we help? Themeforest Theme Support Dante How do I change the active state color for the navigation link?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #255076
    ryoeun0
    Member
    Post count: 15

    I am trying to change the blue active state color on the navigation link to orange like the rest of the colors. It won’t change to orange like everything else. In addition, How do I expand the menu to fit the entire word ‘Music Instructors’ all on one line and not two line? Please help me!

    Attachments:
    You must be logged in to view attached files.
    #255081
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    nav .menu li.current-menu-ancestor > a, nav .menu li.current-menu-item > a, #mobile-menu .menu ul li.current-menu-item > a, nav .menu li.current-scroll-item > a {
        color: #FFA500 !important;
    }
    nav .menu > li.menu-item:hover > a {
        color: #FFA500 !important;
    }
    nav#main-navigation .menu > li > a span.nav-line {
        background-color: #FFA500 !important;
    }

    Thanks
    Mohammad

    #255085
    ryoeun0
    Member
    Post count: 15

    Thank you that helped fix the color problem for the active state. Now, how do I expand the navigation width size to fit the entire word all on one row and not two? Take a look at the attached image, I am trying to fit ‘ Music Instructors ‘ all on one line. Do you see how it stacks the word ‘ Music ‘ on top of ‘ Instructor’? How can I go about fixing this issue for the navigation label?

    #255104
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code also:-

    nav .menu ul.sub-menu {
        width: 220px !important;
    }

    Thanks
    Mohammad

    #255341
    ryoeun0
    Member
    Post count: 15

    Thank you that fixed the problem!

    #255346
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 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