Support

Home Forums Event Espresso Premium Hide Price Per Attendee on events listing page

Hide Price Per Attendee on events listing page

Posted: November 6, 2012 at 3:36 pm

Viewing 7 reply threads


bins

November 6, 2012 at 3:36 pm

Following my post in ‘Remove / Hide Price per attendee:’ (https://eventespresso.com/topic/remove-hide-price-per-attendee/#post-23125) I thought I could work out where to put the CSS reference, but cannot! Can someone show me where in the file to place the reference and indicate which CSS file to use?


Jonathan Wilson

November 6, 2012 at 4:37 pm

Can you share the link to your site?


bins

November 7, 2012 at 1:35 am

http://nelsonevents.co.uk/ne2013


Jonathan Wilson

November 9, 2012 at 1:42 pm

Hello Bins,

Sorry for the delay.

You can add this CSS code anywhere in your theme’s style.css file, and it will remove the price in the event list.

/* Remove price on event list. */
.event_price {
    display: none;
}


bins

November 12, 2012 at 7:35 am

Jonathan,

thanks for this.

I wanted to remove the spaces available info, so added this:

/* Remove spaces available on event list. */
.spaces-available {
display: none;
}

which works well.

I now want to increase the date size, but cannot work out what to reference! I used .section-title but this changes the title, not the date! I am using Firebug to help, but cannot seem to get the right reference! Any pointers?


Jonathan Wilson

November 12, 2012 at 11:25 am

Hello again,

Try this

.event-meta {
    font-size: (whatever you like);
}


bins

November 12, 2012 at 2:18 pm

Excellent – you are a star!!


Jonathan Wilson

November 12, 2012 at 2:54 pm

Well, thank you for the compliment. 🙂

Have a great day.

I am marking this issue resolved and closed. If you need further assistance, please start a new topic.

Thanks!

Viewing 7 reply threads

The support post ‘Hide Price Per Attendee on events listing 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.

Event Espresso