- This topic has 1 reply, 2 voices, and was last updated 6 years, 10 months ago by karat.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- March 7, 2017 at 6:13 am #2213hydroParticipant
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!!
March 9, 2017 at 5:03 am #2258karatParticipantFor 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.
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.