Posted: February 5, 2017 at 6:02 am
|
Hey, |
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. — |
|
|
Thanks Lorenzo ๐ Is there also a way that you can hide the category? (the folder icon and the name) |
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? — |
|
|
Hi Lorenzo, |
Hi, I updated the previous CSS: https://eventespresso.com/topic/event-layout-pages/#post-231362 — |
|
|
thanks ๐ |
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. — |
|
|
Hi lorenzo, |
Hi Victor, The output you are referring to uses the
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. |
|
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.