Okay
  Public Ticket #947684
Custom page & Mobile menu
Closed

Comments

  •  2
    Tommaso started the conversation

    Hi, 

    I created a landing page with simple text and a button which will display on top of a video loop. I would like to be able to remove header and footer from this page only, so that I am left with only text + button * background video. Is it possible?

    Second question:

    Although my menu item are in sentence case on desktop, they appear all uppercase on mobile. It's weird because I am using the same menu for both.

    Is there a way to have the menu items in sentence case on mobile?

    Thanks,

    Tommaso

  • [deleted] replied

    Hi Tommaso,

    1— Can you please add the code below to Parameters and Options Custom CSS (so on that page only):

    header {
        display: none !important;
    }
    #footer {
        display: none !important;
    }
    

    2— Just add the code below to Custom CSS:
    .mobile-menu-wrapper .mobile-menu-container ul.menu>li>a {
    text-transform: none !important;
    }
  •  2
    Tommaso replied

    Thanks a lot Ylli that solved it!

  • [deleted] replied

    Hi Tommaso,

    I'm glad hear this

    Will set this ticket as solved from here.

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance and have a great day!