Apologies for asking this…
-
…as i know it has been asked many times. But i have been building my first website for my sisters business and i would like to remove the page title on each individual page
I have added the following code onto the custom css page but have had no success
.page-title {
display: none;
}
the website is http://www.lmrfit.com and i would appreciate any help that someone could give me.
Many thanks, Matt
Mod
Try this:
.page-title, .entry-title {
display: none;
}Put code in between backtick (
Code:`) characters. It’s usually located above the Tab key on your keyboard.
Moved to Support. Please post in the correct section next time.
Let us know if this works for you.
Hi Kenneth, thanks for the reponse but unforunately this didnt work. Here’s what i typed in the custom css box
.page-title, .entry-title {
display: none;
}but to no avail. Any other ideas?
Thanks, Matt
Quote:Hi Kenneth, thanks for the reponse but unforunately this didnt work. Here’s what i typed in the custom css box.page-title, .entry-title {
display: none;
}
but to no avail. Any other ideas?
Thanks, Matt
its ok, ive sorted it…i thought you were referring to using a backtick either side of the code on the website not the forum!
Thanks again 🙂
Mod
Looks good!
Marking thread as resolved. You can do this yourself as well.
I’m seeking a similar solution so I don’t want to start a new thread. But what should I do if I don’t want the page title to show on my static pages, but I do want to see entry titles on my blog page?
For example, this code:
.page-title, .entry-title {
display: none;
}eliminates page titles but also removes the titles from my blog entries. Is there any way around that?
Quote:I’m seeking a similar solution so I don’t want to start a new thread. But what should I do if I don’t want the page title to show on my static pages, but I do want to see entry titles on my blog page?For example, this code:
.page-title, .entry-title {
display: none;
}
eliminates page titles but also removes the titles from my blog entries. Is there any way around that?
edit: I did try removing .entry-title from the code above, but it did not remove the titles at the top of each static page
i’ll change the topic status to unresolved mate, then hopefully it will be more likely to be answered. Unfortunately i cant help you with the question as i know very little about coding
Mod
Quote:I’m seeking a similar solution so I don’t want to start a new thread.Yes, you should start a new thread for this, as people tend not to look at items marked resolved.
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.