Support

Home Forums Event Espresso Premium Is there a simple way we can block the PRICE from showing on the reg form?

Is there a simple way we can block the PRICE from showing on the reg form?

Posted: September 1, 2017 at 9:43 am

Viewing 4 reply threads


Jwrigh10

September 1, 2017 at 9:43 am

I found a 5 year old response to this question. I cut and pasted the suggested code into my theme’s style sheet but nothing changed. I am new at all this so I may be doing it wrong.


Josh

  • Support Staff

September 1, 2017 at 10:31 am

Hi there,

You can hide the price from showing on the reg form page by adding the following:

.spco-ticket-info-dv table thead tr th:nth-of-type(3),  
.spco-ticket-info-dv table thead tr th:nth-of-type(4),  
.spco-ticket-info-dv table tbody tr .item_c,  
.spco-ticket-info-dv table tbody tr .item_r {   
 display: none;  
}


Jwrigh10

September 1, 2017 at 11:28 am

Thanks Josh,

I apologize for my stupidity, I am new to WP. Where do I add that code?


Josh

  • Support Staff

September 1, 2017 at 11:35 am

One place you can add the code is by going to the Appearance -> Customize section of the admin, and there is a tab labeled ‘Additional CSS’. You can add the CSS there.

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress


Jwrigh10

September 1, 2017 at 11:37 am

Thank you. I will give it a try. I appreciate your help!!

Jim

Viewing 4 reply threads

The support post ‘Is there a simple way we can block the PRICE from showing on the reg form?’ 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