0
Welcome Guest! Login
0 items Join Now

Disable Mobile Menu and System Message Box Position

    • Cobrie's Avatar
    • Cobrie
    • Newbie
    • Posts: 5
    • Thanks: 0

    Disable Mobile Menu and System Message Box Position

    Posted 11 years 8 months ago
    • Hi

      how can i disable the menu on mobile, as i have created my own

      and the system message box position and z-index settings that i changed in the css compiled didnt cause any change, where is the location of message box inside the file php codes.

      any help would be good.

      cheers

      yass
  • Re: Disable Mobile Menu and System Message Box Position

    Posted 11 years 8 months ago
    • Hello,

      Since the code from the master.css file is being generated from our LESS-CSS files, you'll need to create a custom CSS file for any overrides or additions.

      In the /templates/TEMPLATE_NAME/css/ directory create a file called TEMPLATE_NAME-custom.css.

      Add the following code to that file:
      .gf-menu-toggle { display: none !important; }

      That should disable your mobile menu.

      As for the second issue, try adding your changes to the custom CSS file as well.
    • Kind regards,
      Reggie

      Learn to code for free.
      www.freecodecamp.org
    • Cobrie's Avatar
    • Cobrie
    • Newbie
    • Posts: 5
    • Thanks: 0

    Re: Disable Mobile Menu and System Message Box Position

    Posted 11 years 8 months ago
    • Thanks Reggie

      ill do that and ill get back to you.

      cheers
  • Re: Disable Mobile Menu and System Message Box Position

    Posted 11 years 8 months ago

Time to create page: 0.075 seconds