In the event details I’ve added some simple HTML for sub headings (for instance <h3>Privacy</h3>. However, the only thing that happens is that I see an indent, no change of font type or size. See
With Firebug I can see that this page should be controlled via style.css (and note that I have eliminated quite a lot of clutter via display:none statements in style.css). But the styling does not seem to follow that.
Thanks Tony for your very quick reply! Actually, I’d like to have it like the ‘Privacy’ heading on this page: http://www.plukdeliefde.nl/huisregels-polyborrel-amsterdam/. This is a normal page with handwritten code. The html code for that heading is <h3>Privacy</h3>, exactly the same as in the text for the event details. But it just looks very different.
Fixing this will require a small theme file edit (or creating a child theme) although I will create a ticket for this to be included within the iced_mocha theme.
Open up \iced-mocha\content\espresso\content-espresso_events-details.php
On line 5 you’ll find this:
<div class="event-content">
Change it to this:
<div class="event-content entry-content">
That should apply any styles you use within post/page content to the event content.
Hi Tony, thanks for a quick reply again. Yes, that’s indeed the result I am looking for. However, I seem to miss the essential part of your answer. In what should I change that line?
If you have any further problems just let us know.
Have a great day 🙂
Viewing 7 reply threads
The support post ‘Headings in Event Details in Single Event page do not seem to follow CSS’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.