This CSS (below) just messes up the table and hides too much. I want to hide just the 2nd middle column of the table.
.jst-left {
display: none;
}
As you’ve found, that’s a very ‘greedy’ selector, it will select anything that is set alright the text left (justify left) so you need to be more specific with the CSS selector you use.
This will remove the REG Code column from that table for you:
Which template file has this where I can remove it? And what specifically do I remove? Thanks!
Whilst this can be removed by loading your own version of the template file it also means that when any additional features are added to EE that use that template you would need to update your custom version to include it, so for small changes such as this its recommended to use CSS.
Viewing 1 reply thread
The support post ‘Thank You page – How do you hide "REG Code" column?’ 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.