Support

Home Forums Event Espresso Premium Iced Mocha

Iced Mocha

Posted: November 27, 2015 at 3:16 pm


Andreas

November 27, 2015 at 3:16 pm

Hi!

I’ve installed Iced Mocha as a theme to use for my WordPress site in combination with Event Espresso 4.

When I create a page, the name of the page is automatically shown on each page. It happens in the standard template that is the default for each page under Page Attribute section on the right hand of the screen. Even if I choose the “One Column, no sidebar” template, the name of the page is displayed as a title/header on the page.

Is it possible to create a new page template out of the standard or “One column, no sidebar” template where the page name does not appear as a title/header on the page automatically?

Thank you in advance!

~Andreas


Josh

  • Support Staff

November 27, 2015 at 3:48 pm

Hi Andreas,

It’s designed to show the title of the page, and it’s possible to create a page template that doesn’t show the title. If you’re going for no page titles everywhere though, it’s much simpler to just hide the page title with CSS.

This CSS will hide the titles for all pages:

.page .entry-title {
display:none;
}

If you want to hide the title for only one page, you’d use this instead:

.post-123 .entry-title {
display:none;
}

In the above, you swap in the actual page ID for 123.


Andreas

November 27, 2015 at 4:00 pm

Thank you for a quick response Josh! I really appreciate it!
Where shall I put the CSS code?


Josh

  • Support Staff

November 27, 2015 at 4:30 pm

If you do not have a child theme set up, you can install a plugin like the Reaktiv CSS Builder plugin and it will add an editor to the Appearance menu where you can add your custom CSS.


Andreas

November 29, 2015 at 4:48 am

Hi again Josh,

I installed Reaktiv CSS Builder and added the code as suggested. But the “page name” is still shown at the top of each page.


Andreas

November 29, 2015 at 4:52 am

Correction! 🙂

It works!
Discovered that a space snuck in between display and the colon.

Thank you so much Josh!

Kind regards,
Andreas

The support post ‘Iced Mocha’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso