Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Hide Price Per Attendee on events listing page | Event Espresso - Staging Server

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:’ (http://staging.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

  • Support Staff

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

  • Support Staff

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

  • Support Staff

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

  • Support Staff

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 - Staging Server