Okay
  Public Ticket #1028202
Landing Page
Closed

Comments

  •  2
    helmutwimmer started the conversation

    Hello.

    1) How can i hide the navigation-/menuebar just on the first page?
    2) How can i align the Menue from top-right to top-left?
    3) Are there Elements/Templates i can use to create a landing-page like on your preview-/demosite?

    Thanks,
    Helmut

  • [deleted] replied

    Hi Helmut,

    1— Can you please add the CSS code on that page only. To do that just click Edit on that page, then go to Parameters and Options > Custom CSS :

    header.main-header {
    display: none;
    }

    2— We don't support modifications but i will try to help you this time. Please send us your site URL and we will try to give you the exact CSS code to do this.

    3— If you mean about the www.kaliumtheme.com, we haven't done that page with Wordpress or by using our theme.

  •   helmutwimmer replied privately
  • [deleted] replied

    Hi Helmut,

    2—Please add the code below to Custom CSS:

    .main-header.menu-type-standard-menu .standard-menu-container ul {
    text-align: left;
    margin-left: -15px;
    }

    P.S: There is a new update of the theme, please go to Laborator > Product Registration and activate your product. Then you will be able to update your theme very easily from your Wordpress updates.

    Will set this ticket as solved from here.