Hi there,
I need to remove the page title, search and social buttons from this theme. I tried setting #headextras display:none, but that did not remove it.
Can you advise how to hide\remove these?
Thanks
Hi there,
I need to remove the page title, search and social buttons from this theme. I tried setting #headextras display:none, but that did not remove it.
Can you advise how to hide\remove these?
Thanks
Use the template builder and build a page without the Heading + (Social Media and Search Bar).
There are good videos for showing how to use the template builder in the documentation.
if you want a css solution add this to custom.css
.title_container {display: none;}
You must log in to post.