How do I control the color of the Venue link, under Locations, on the Event Page. It is currently white on white.
You would need to use CSS to apply styles to the link, EE uses your themes styling so it will be your theme currently styling the link to be white on a white background, you’ll need to override that.
Something like this:
.espresso-venue-dv h4 a {
color: #000;
}
Sets the color to black.
Also, is there a way to make the Venue name non-clickable?
There is but you will need edit the templates used by EE into a child theme.
Copy \event-espresso-core-reg\public\Espresso_Arabica_2014\content-espresso_events-venues.php into your child theme and change:
You can add pointer-events: none; to the CSS I provided above but that won’t work on all browsers.
Viewing 1 reply thread
The support post ‘Event Page Customization for Venue’ 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.
If you would like help from the Event Espresso staff, then please purchase a support license right now so you can create a support topic in our premium support forums.