Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    1. Home
    2. Tags
    3. menu
    Log in to post
    • All categories
    • S

      Menu
      Showcase • menu • • SB

      2
      1
      Votes
      2
      Posts
      63
      Views

      arminunruh

      no not really but this is a feature i want to work on!

    • S

      Site Title and Menu CSS animation persistence + iframe mobile viewport fill size
      General Discussion • css mobile iframe menu site title • • sebastianpetrov

      6
      0
      Votes
      6
      Posts
      98
      Views

      Richard

      Dear Sebastian @sebastianpetrov

      Not a pain at all 🌝 Will need to take another look, πŸ” i agree that it's not normal behaviour if AJAX compatibility is turned off.

      Best Richard
    • G

      Adding site title within mobile menu
      General Discussion • mobile site title custom css menu • • Garrod

      8
      0
      Votes
      8
      Posts
      49
      Views

      Richard

      Amazing great to hear @Garrod !! 🌝

    • D

      Menu Cart Button Issues
      Shop / WooCommerce • woocommerce cart menu • • David Rob

      4
      0
      Votes
      4
      Posts
      90
      Views

      Richard

      Dear @David-Rob

      Great to hear the the first issue was resolved, hope you had a nice weekend 🌝

      To clarify are we referring to this "Mobile Shop Icon" ?
      Screen Shot 2021-05-31 at 4.22.17 PM.png

      Talk soon & best wishes Richard
    • D

      About menu text on mobile
      General Discussion • mobile menu menu color • • Daniel1234

      5
      0
      Votes
      5
      Posts
      35
      Views

      Baptiste

      Hey @Daniel1234 ,

      Did you try with !important?

      Like:

      @media (max-width: 600px){ .id-18 .navbar {background-color: black !important;} .id-18 nav.mobile-nav li a {color: white !important;} }

      When I try with the dev tool it works for me.
      Let me know.

    • L

      Vertical Menu / CSS Grid problem
      General Discussion • laytheme gridder menu • • Louis josek

      5
      0
      Votes
      5
      Posts
      39
      Views

      Richard

      Dear @Louis-josek

      If you want it to be a simple solution try this:

      #grid{ margin-left:30%; }

      Hope this helps :)

      Best
      Richard

    • G

      Nav bar-Menu color change according to page color
      General Discussion • menu color navigation navbar color menu custom css • • georgiaharizani

      3
      0
      Votes
      3
      Posts
      80
      Views

      G

      Hi Richard,
      Just any project really. I would like to change the background for example here: https://georgiaharizani.com/2021-weekly-index to black and have menu buttons and text be white.
      An ideas?
      Thanks <3

    • R

      active menu point with link paths
      General Discussion • links menu • • Robertr

      6
      0
      Votes
      6
      Posts
      60
      Views

      Richard

      Dear @Robertr

      Thank you for the Video, helps :)
      So there are two ways i can think of doing this at first, However the second may require the aid of a developer if you are not familiar with the basics of CSS or JS/jQuery,

      https://www.khanacademy.org/computing/computer-programming/html-css

      https://www.khanacademy.org/computing/computer-programming/html-css/web-development-tools/a/using-the-browser-developer-tools

      https://laytheme.com/documentation.html#custom-javascript

      So the First Option & the simpler but more time consuming:

      Would be for each project page find the "slug" or "Class" of the page

      Screen Shot 2020-09-02 at 6.37.12 PM.png

      and adding Custom CSS in "Lay Options" -"Custom CSS & HTML",

      Screen Shot 2020-09-02 at 6.53.06 PM.png

      Target the Menu item.
      On all projects within "Regie" the menu-item "Regie" remains underlined,

      Or on all projects within Kamera the menu-item "Kamera" remains underlined etc

      An example of this would be:

      body.id-18 .second_menu [data-title~=Regie] span{ border-bottom-width: 2px !important; }

      The Second option would be to use JS/ jQuery:

      The Code may ask, What page am i on? or could ask for the permalink structure ,

      Screen Shot 2020-09-02 at 6.56.35 PM.png

      The Reply would be - Im within "Regie"

      And with this 'Answer'

      For all pages "regie" matching, make the menu item "regie" underlined

      Sorry if this is more complicated than it has to be and if anyone reading this can think of a very obvious solution that i missed

      ( which can happen often!! ) then please correct me :)

      Let me know & best wishes,
      Richard

    • S

      Menu bar for only one page
      General Discussion • menu • • stefanogc

      2
      0
      Votes
      2
      Posts
      59
      Views

      mariusjopen

      Dear @stefanogc
      Here in the documentary you can find how to use CSS only on a specific page: http://laytheme.com/documentation.html#custom-css-styling
      Hope I could help!
      Best!
      Marius

    • ArneRobot

      Scroll to anchors doesn't work after update
      Bug Reports • mobile titles anchors broken-anchors menu broken-menu • • ArneRobot

      23
      0
      Votes
      23
      Posts
      194
      Views

      arminunruh

      yea it was some custom css problem

    • H

      New menu structure not updating
      Bug Reports • browser update not updating menu menu structure • • Hojin Kang

      4
      0
      Votes
      4
      Posts
      13
      Views

      mariusjopen

      Dear @Hojin-Kang
      looking good here…
      Bildschirmfoto 2020-04-07 um 12.57.02.png
      Best!
      Marius

    • D

      Hide menu - show end of page?
      General Discussion • hide position menu • • DK

      2
      0
      Votes
      2
      Posts
      40
      Views

      arminunruh

      you can create a footer and then put text in the footer that contain links
      then use that footer on your pages

      http://laytheme.com/documentation.html#footers

      make sure to hide your menu for your desktop

    • J

      Mobile Menu
      General Discussion • burger mobile menu • • Jan

      4
      0
      Votes
      4
      Posts
      133
      Views

      edgrbnz

      Happy this works for you! πŸŽ‰βœ¨πŸ’

    • M

      Custom menu styling
      Feedback • css menu mouseover menu item custom css • • Max.Weinland

      2
      0
      Votes
      2
      Posts
      280
      Views

      mariusjopen

      Dear @Max-Weinland
      maybe to build it as CUSTOM HTML is also a good solution.

      You can use CUSTOM CSS to change the colours of the links. DOn't forget to use !important.

      Best!

      Marius

    • cactusauvage

      Highlight current page in menu and stay highlight when not hovering over it
      General Discussion • navigation menu mouseover color • • cactusauvage

      6
      0
      Votes
      6
      Posts
      347
      Views

      mariusjopen

      Cool! Happy to hear!

    • K

      Footer disappears but is existing at the end of the page and menu to #anchor
      General Discussion • footer anchor menu • • Kenneth

      4
      0
      Votes
      4
      Posts
      315
      Views

      mariusjopen

      Dear @Kenneth
      haver a look here:
      0_1540985594155_Bildschirmfoto 2018-10-31 um 12.33.00.png

      And here:
      http://laytheme.com/documentation.html#footers

      Best!

      Marius

    • W

      Display mobile menu icon on all sizes
      General Discussion • mobile menu css menu • • wallendorf

      4
      0
      Votes
      4
      Posts
      313
      Views

      mariusjopen

      Dear @wallendorf
      there is not really another option. You probably need to dive into the CSS and adjust it like you need it to be.

      Best!

      Marius

    • S

      menu expand/collapse
      General Discussion • collapse menu menu item expand • • suus

      3
      0
      Votes
      3
      Posts
      818
      Views

      S

      Thanks Marius for your reply! I thought as much that this is not possible in the navigation-menu. I have a little tiny bit knowledge of jQuery, :) so for now, I'm going to think of something else. Maybe in the future I can pull an accordeon effect off :)

    • R

      Customize menu
      Feedback • structure customize menu color size • • Ruoner

      3
      0
      Votes
      3
      Posts
      781
      Views

      R

      @mariusjopen it works perfectly, thanks!