Home Forums Total Create new Layout

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2213
    hydro
    Participant

    Hi first post, and let me say thank you for amazing template..

    Now my question how do can I create a new layout?

    a full widht layout without show the top bar navigation.
    For hide title and navigation?

    Thank you again!!

    #2258
    karat
    Participant

    For a full-width layout, just pick the layout without the side bar under the Sidebar Layout (it is on each page/post).

    You can hide the title by clicking off “Display Site Title and Tagline” under general settings in the customizer.

    You can hide the nav using css, paste the code below in the additional css box.

    nav#ht-site-navigation {
    display: none;
    }

    Hope this helps.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.