Ixion Theme – Adding a new page without it displaying the page title on it
-
As I added different menu titles and pages associated with each menu title I quickly discovered I cannot easily hide the page title from the displaying on the page itself… if I delete the actual page title from the edit function my menu titles disappear … also.. the page gets listed as “unknown” when viewing my page list via dashboard.
I read another thread which solved a similar issue specifically with the site title appearing on the main/home page.
I want to hide each page title from it’s corresponding page.
can you provide me with CSS that would accomplish this?
The site I am working on is
an example of my problem is seen at – https://mustangsupercars.com/about/ – From which I want to remove the word ‘about’ from displaying on the page
(can I assume the code provided will encompass all pages I create within the site?… that would be ideal if possible)
thank you kindly in advance.
The blog I need help with is: (visible only to logged in users)
-
Hi, we can use the page CSS class from the opening body html tag along with the CSS class for the page title area and hide them like this.
.page .entry-header { display: none; } -
-
-
- The topic ‘Ixion Theme – Adding a new page without it displaying the page title on it’ is closed to new replies.