There will never be a fee charged for event signups on our site. I am currently hiding the cost/price per event and changing the width of the ticket selector to reduce the white space. I am about to turn the management of the events to someone without any css experience (I have enough to be dangerous… haha!). I don’t want to rely on the fact that she will always remember to add custom css to each event that is created in the future. Is there any to set CSS on a global basis and not event by event. Here is the CSS I am using per event:
Note however if you have additional CSS that is using more specific selectors the above may not work, so be sure to test this works as expected in the locations you want.
Thanks Tony. The removal of the price words great. The reducing of the white space in the ticket selector is not. I am having to use it per posts
(#tkt-slctr-tbl-wrap-dv-595 { width: 50% }). Any other suggestions to get it in the child theme style css file? I really appreciate the help!
You may need to increase the specificity of the CSS selector in that case.
If you open up the page in Firefox you’ll be able to see the container divs and you can add those to the style rule to help increase the specificity, and if all else fails you could resort to the !important tag.
Viewing 3 reply threads
The support post ‘Setting All Events for Free’ 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.