Support

Home Forums Event Espresso Premium event layout pages

event layout pages

Posted: February 5, 2017 at 6:02 am

Viewing 9 reply threads


Victor Quinten

February 5, 2017 at 6:02 am

Hey,
just one question about the layout of the event pages.
under the heading location is underneath again “location” and the category of the location, I would like to not let it show. It is also common beneath the site, i do not want to show too.
Is there a way to create a template here?


Lorenzo Orlando Caum

  • Support Staff

February 6, 2017 at 9:43 am

Hi Victor,

If that is the only change that you want to remove the subheading for Location, then you could use a line of CSS to remove it instead of creating custom templates:

.espresso-venue-dv .event-venues-h3 {
    display: none;
}

.espresso_events span.smaller-text.tags-links { display: none }

If your theme has a Custom CSS area built-in, then you can add it there through your WP dashboard. Otherwise, you could use the Customizer tool in Appearance –> Customize –> Additional CSS.

You can then go back to your site and refresh the page to see the new changes.


Lorenzo


Victor Quinten

February 6, 2017 at 3:08 pm

Thanks Lorenzo ๐Ÿ™‚

Is there also a way that you can hide the category? (the folder icon and the name)


Lorenzo Orlando Caum

  • Support Staff

February 7, 2017 at 11:33 am

Hi Victor,

I’m not seeing that on my testing site and it should be possible to hide it.

Could you share a link to an event page that has it so we can share feedback?


Lorenzo


Victor Quinten

February 8, 2017 at 12:58 am

Hi Lorenzo,
Here is a link link.
i want also the ‘locatie’ to be displayed in <h5>


Lorenzo Orlando Caum

  • Support Staff

February 8, 2017 at 8:06 am

Hi,

I updated the previous CSS:

https://eventespresso.com/topic/event-layout-pages/#post-231362


Lorenzo


Victor Quinten

February 8, 2017 at 2:20 pm

thanks ๐Ÿ™‚
and what about the title change to h5


Lorenzo Orlando Caum

  • Support Staff

February 9, 2017 at 6:08 am

Hi,

Changing the actual markup would require creating custom templates.

Try this CSS to change the font-size.

div.espresso-venue-dv h4 { font-size: large; }

If you would like it smaller, than large, then try medium.


Lorenzo


Victor Quinten

February 9, 2017 at 7:25 am

Hi lorenzo,
can u tell me more about the custom templates?


Tony

  • Support Staff

February 9, 2017 at 8:17 am

Hi Victor,

The output you are referring to uses the content-espresso_events-venues.php template files from within:

\event-espresso-core-reg\public\Espresso_Arabica_2014\

You can grab a copy of that file and place it within your themes root directory, if you are using your own custom build theme you’ll likely want to create a child theme to allow you to continue to update your current theme.

Then you can edit that template within your child theme and change the H tag used around that text.

Viewing 9 reply threads

The support post ‘event layout pages’ 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