New Landing How can we help? Cardinal header 8 add the word menu next to hamburger icon & contact next to mail icon?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #90379
    mikedubs
    Member
    Post count: 56

    hey guys,

    i am using header 8. although i know that the hamburger icon means menu and the envelope icon means contact…my client is apparently not that savvy nor thinks his users will be. is it possible to add MENU to the right of the hamburger icon and CONTACT to the left of the envelope icon?

    thanks!

    #90448
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Sure! Just add the following custom css:

    a.overlay-menu-link::before {
    content: "Menu";
    font-size: 14px;
    text-indent: 0;
    float: left;
    display: inline;
    width: 60px;
    line-height: 14px;
    margin-left: 32px;
    }
    a.contact-menu-link::before {
    content: "Contact";
    font-size: 14px;
    margin-right: 8px;
    vertical-align: 2px;
    }

    Hope that helps!

    – Ed

    #90490
    mikedubs
    Member
    Post count: 56

    absolutely perfect! much thanks ed!!!!

    #90508
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You’re welcome, glad I could help 🙂

    – Ed

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 the following item
Login and Registration Log in · Register