New Landing How can we help? Themeforest Theme Support Dante Add header link to mobile version

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #315857
    jbadrov
    Member
    Post count: 43

    Is there a way to add the “client login” link to the mobile version of this page – http://bpadvisors.com/? This is a portal page, so we can’t use the same mobile header that we use for the rest of the site.

    #315870
    David Martin – Support
    Moderator
    Post count: 20834

    You would need to customise the CSS with a media query for that screensize:

    @media only screen and (max-width: 991px) {
    #main-navigation {
        display: block;
    }
    .naked-header.naked-light nav .menu > li a {
        color: inherit;
    }
    }
    #316918
    jbadrov
    Member
    Post count: 43

    I’ve added the CSS code that you provided, but have not been able to see the “client login” link to the mobile version of this page – http://bpadvisors.com/? The link that I want to display is the “Portal Header” menu.

    #317025
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    “Client Login” is the only menu item I see in the header menu, I also see it now on mobile:

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