reference my site at http://lunartree.ca/wordpress for context
How do I remove the “Home” page title from the pages?
How do I get a video like on the shapely demo page?
How do I remove the search from the top menu?
I currently have two footer widgets on my front page. A parralax and a call to action, they are fully filled out and they don’t look right, you can see them on my page.
Thats alot of problems but im kinda new to wordpress so… yea.
Hi @derian00,
- How do I remove the “Home” page title from the pages?
Use this css code:
.entry-title{
display:none;
}
2)How do I get a video like on the shapely demo page?
There is no video, is a background image. For achieving this go in Appeareance >Customize>Header image,
- How do I remove the search from the top menu?
Go in Appearance> Customize>Widgets>Sidebar>Search and click on remove.
- I currently have two footer widgets on my front page. A parralax and a call to action, they are fully filled out and they don’t look right, you can see them on my page.
Appearance> Customize>Widgets>Footer, select each widget that you don’t want to show and click remove.
If you don’t know how to use the css code go in appeareance>Customize>Shapely options>Other and paste there the code that I provided you.
Thanks.
Cristian