Viewing 10 posts - 1 through 10 (of 10 total)
  • #85264
    gregcatmull
    Member
    Post count: 109

    Can I remove the mobile nav menu icon with custom css please I have removed the search logo already.

    cheers
    Greg

    #85325
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Greg,

    Sure, just use this custom css:

    #logo a.show-main-nav {
    display: none;
    }

    – Ed

    #85392
    gregcatmull
    Member
    Post count: 109

    hi guys, this didn’t work.

    it left the menu icon there but took away all the colour and text in my mini header bar.

    cheers
    Greg

    #85530
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    That should work, please can I see your link?

    – Kyle

    #85595
    gregcatmull
    Member
    Post count: 109

    Sorry Kyle, this did work can I make it so its only visible on mobiles.

    #85602
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    So shown on iPad but not mobiles?

    – Kyle

    #85606
    gregcatmull
    Member
    Post count: 109

    show on mobile not ipad before I put you css in above it showed on tablet and mobiles. I want it to only show on mobiles.

    cheers
    Greg

    #85608
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok change the css to:

    @media only screen and (min-width: 768px) { 
    #logo a.show-main-nav {
    display: none;
    }
    }

    – Kyle

    #86834
    pixelbrew
    Member
    Post count: 1

    I like the icons on the mobile menu..but I would like the words ‘Menu’ next to the icon since our user feedback said they did not know where the menu was?

    #86910
    Kyle – SUPPORT
    Moderator
    Post count: 35880
Viewing 10 posts - 1 through 10 (of 10 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