Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

  1. Home
  2. Feedback
  3. We need better customization for mobile menus

We need better customization for mobile menus

Scheduled Pinned Locked Moved Feedback
3 Posts 3 Posters 134 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    alexpko
    wrote on last edited by
    #1

    I might be missing something here, but there looks like there aren't enough customization features for mobile menus.

    You really only have the options to change the colors of a menu, text size and leading, and that's it.

    How about including an image alongside each project? Or an icon? Transparency? Using gradients as a a background color? I personally would love to add some lines separating each menu. But what I'm saying is just more personalization.

    Apologies if I sound naggy, but love the theme! Works wonders and really intuitive to use.

    1 Reply Last reply
    0
    • edgrbnzE Offline
      edgrbnzE Offline
      edgrbnz
      wrote on last edited by edgrbnz
      #2

      Hey there!

      # Icons:
      You could do all of that via Custom CSS. If you want to include Icons you could setup a mobile Menu in Appearance like so. If you would like to add icons I’d suggest you make an icon-font upload it to Lay Options → Webfonts and add a class to your custom css something along the lines of:

      /*custom icon class*/
      ._icon {
          font-family: my-cool-icons;
      }
      

      Then you can add the Icons inline via <span class="…> in the Navigation Label, et voila! Icons in your Navigation!


      # Background colors etc:
      you could easily edit things like nav.mobile-nav via the webinspector and then add your code to the Custom CSS – For a gradient it could look like this:

      nav.mobile-nav {
         background-image: linear-gradient(180deg, #FF0000 0%, #0050FF 100%);
      }
      

      If you want to add lines/borders to every (mobile) menu entry something like this could do the trick:

      nav.mobile-nav li,
      nav.mobile-nav li a {
         border-bottom: 2px solid brown;
      }
      

      Happy coding!

      ✦ ✦ ✦

      1 Reply Last reply
      1
      • mariusjopenM Offline
        mariusjopenM Offline
        mariusjopen
        Global Moderator
        wrote on last edited by
        #3

        Dear @edgrbnz
        thank you for the valuable information 🙂

        Dear @alexpko
        yes. We will write this don for the future!

        Best!

        Marius

        www.mariusjopen.world

        1 Reply Last reply
        2
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        I also code custom websites or custom Lay features.
        💿 Email me here: 💿
        info@laytheme.com

        Before you post:
        1. When using a WordPress Cache plugin, disable it or clear your cache.
        2. Update Lay Theme and all Lay Theme Addons
        3. Disable all Plugins
        4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

        This often solves issues you might run into

        When you post:
        1. Post a link to where the problem is
        2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
        3. If the problem is difficult to explain, post screenshots / link to a video to explain it
        Online Users
        Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
        laytheme.com
        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Recent
        • Tags
        • Popular
        • Users
        • Search