New Landing How can we help? Cardinal remove sign out button from aux links

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Cardinal
  • #303856
    maverickdisrupt
    Member
    Post count: 18

    Hi, I would like to do the following:

    1) remove the sign out aux link and put one in my footer menu instead.
    2) decrease the padding between the logo and the header menu to hopefully get more room to add more navigation links.
    3) when I log out and relog back in within the site (by clicking sign out button aux link) the login is not a button it is just text.

    How can I achieve these?

    thanks!

    #304177
    David Martin – Support
    Moderator
    Post count: 20834

    1) To hide the logged in link, use this CSS:

    .logged-in nav.std-menu.header-menu li:first-of-type {
        display: none;
    }

    You can add a footer link to your menu in Appearance => Menus. You can set a menu item to display if a user is logged in/out.

    2) You can reduce that with:

    .vertical-header #header-section #header {
        padding: 40px 0 0 0;
    }

    3) Can you screenshot where you refer to?

    Thanks.

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