Page 1 of 1

[SOLVED] Remove menus for single page website?

Posted: Thu Jun 16, 2022 2:15 pm
by PBUTTERWORTH
Hi,

really pleased i found this CMS. I needed to create a simple single page website without a database, and this works a treat.

Is it possible to remove the page name (Home) as its just one page?

Thanks
Paul

Re: Remove menus for single page website?

Posted: Thu Jun 16, 2022 2:20 pm
by PBUTTERWORTH
In case the site is of interest, its here: https://www.bayhamabbey.com/home

Re: Remove menus for single page website?

Posted: Thu Jun 16, 2022 3:37 pm
by OneManLaptop
Yeah, that's no problem. If you just want to remove the link to home, use this:

Code: Select all

.navbar-nav {
	display: none!important;
}
If you want to remove the entire header, use this:

Code: Select all


.navbar {
	display: none!important;
}

Add either code to the theme's CSS file, which you can find in the wondercms folder:

wondercms -> themes -> parallax -> css -> style.css

That should magic it away. :D

Glad you're enjoying the CMS. If you have any more questions let us know and feel free to share your website in our "show off" section:

viewforum.php?f=44