Posted: January 8, 2013 at 6:19 pm
|
Dear Event Expresso, In my cover page: http://www.projectartonline.org/event-registration/ it shows the ticket price on top. The prob is that the event has multiple ticket prices and the price indicated on this page is misleading. Can I either – completely remove the price or show the range of prices available? Thank you. Adarsh |
|
Hello Adarsh, Currently, by default, the first price entered into the event is what is shown. Removal: Easiest way is with CSS, so add this to your themes style.css or use a plugin such as My Custom CSS .event_price { Display all: Currently the only way to do this is to edit the event_list_display.php Where it says
change it to
This will list the first 5 prices so add or remove lines as needed (not the first price is always referred to as number=0 not 1) |
|
Thank you for your response. I can’t find the file theme style.css Could you tell me where it may be located? Thank you. |
HI Adarsh, The theme style sheet location will depend on the theme. Generally it’s located in the wp-content > themes > your active theme > style.css |
|
|
Thank you! Problem fixed!! Adarsh |
|
Just for posterity, and future readers, the theme’s style sheet can also be accessed from inside WordPress by going to Appearance > Editor. The first lot of code to appear will be your current themes main stylesheet. |
|
Thank you! Also, how do I take out the ‘Available Spaces’ on this page? Adarsh |
|
Hi Same thing, a CSS edit.
Hope that helps. |
|
Many thanks! Adarsh |
The support post ‘Removing price on cover page’ 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.