Forums
Home / Theme: Gravit / Custom Menu
(@melissa-schreur)
10 years, 7 months ago
Does this theme support custom menus?
(@wiefie)
recomende from me, use child theme
(@gravitas)
Yes, it does.
(@ndasilva)
10 years, 4 months ago
I would like to remove the page title from the pages. How can I do that?
Hi there,
Open gravit/content-page.php and remove:
<header class=”entry-header”> <h1 class=”entry-title”><?php the_title(); ?></h1> </header><!– .entry-header –>
Let me know if you need further assistance.