Home › Forums › Handy Theme Support › I have a ‘Home’ title on the home page that I can't remove
- This topic has 5 replies, 2 voices, and was last updated 4 years, 7 months ago by
Forum Moderator.
-
AuthorPosts
-
January 31, 2019 at 4:30 pm #115993
I have a ‘Home’ title on the home page that I can’t remove. It’s situated under the ‘Our specialist’ section (when that section is activated).
I’m on WordPress 5.0.3 and the theme version is Pro 1.0
While I can remove the home page’s paragraphs in the text editor, I cannot remove the home page’s title in the text editor without it also removing the ‘Home’ button on my navigation menu.
On the SKT Handy Demo, you managed to have the ‘Home’ link on the navigation menu without it appearing underlined as a title on the home page.
How did you do that?
February 1, 2019 at 12:11 pm #116039Website URL please
February 2, 2019 at 8:26 am #116106The website is https://www.eyelaser.co.za/
I’ve currently removed all titles as a workaround, by putting this in the ‘Additional CSS’ WP function:
.entry-title {
display: none;
}But how would I resolve this home page title issue from the theme’s inputs, as I aim to add the theme’s sections (which currently are not displaying, see this thread for context)?
February 4, 2019 at 9:26 am #116205Hi,
Kindly use this CSS code to remove home title only
.home .entry-title { display:none;}
Regards,
DaveFebruary 8, 2019 at 2:21 pm #116641Resolved, thanks.
February 11, 2019 at 4:51 am #116718Hi alastair,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/21/
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.