`.page-id-00 h1.entry-title {
display: none;
}
Replace the 00 with the ID number of your page.
This does not seem to work.
I am speaking about the title that appears below the header, there are 2 of them.
What theme are you using? Can you post a link to your site?
Here I will have the url only up for the next 24 hours, please look at it.
http://allinallballscrewrepair.com/
Matrix theme
To clarify, you’d like to remove the text that reads “Allinall Ballscrew Repair” and your phone number that appears above the image slider? If so, try this CSS in your child theme:
.home .classic-title {
display: none;
}
Ok that worked, how can I remove the giant space from above that now?
.home #content {
padding-top: 10px;
}
Experiment with different values until you like the look.
It works. Thanks so much.