Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Remove heading in body of static home page

Home / Forums / Virtue Theme / Remove heading in body of static home page

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
January 26, 2015 at 8:21 am

I want to remove the word “home” from the body of the home page, but want to include other text on that page using h2 or even p tags. I need the title “Home” for my navigation menu so deleting the title isn’t an option. I’ve tried the following code but it hasn’t worked – can you help please?

1st attempt :-
#homeheader .page-header h1 {
display: none;
}

2nd attempt:-

.home .page-header h1 {
display:none;
}

Sandra

  • The forum ‘Virtue Theme’ is closed to new topics and replies.