Support

Home Forums Event Espresso Premium Remove Description from Ticket Price Breakdown

Remove Description from Ticket Price Breakdown

Posted: June 20, 2015 at 9:16 am


Joe Flynn

June 20, 2015 at 9:16 am

Hi Team,

I searched the forum before posting here and this is an issue where I am not able to find the CSS alone for this one. Hence requesting help:

I need to remove description section completely as in the screenshot
1. Remove the Description Content only
2. Left align
3. Left align
4. Left or center align
Screenshot


Dean

June 22, 2015 at 4:28 am

Hi,

Can you provide a link to an example event please?


Joe Flynn

June 22, 2015 at 5:07 am

http://dev.towardsthedigitalwaterutility.org/2015-conference/


Dean

June 22, 2015 at 5:34 am

Hi,

This is how you would do what you have requested:

/* hide the ticket description */
.tckt-slctr-tkt-price-sctn td[data-th="Description"] {
    display: none;
}

/* left align the GST */
.tckt-slctr-tkt-price-sctn td[data-th="Name"] {
    text-align:left;
}

/* left align the titles Description and Amount */
.tckt-slctr-tkt-price-sctn .tckt-slctr-tkt-details-tbl thead tr th:nth-child(2),
.tckt-slctr-tkt-price-sctn .tckt-slctr-tkt-details-tbl thead tr th:nth-child(3) {
    text-align: left;
}

That CSS can be added to your themes style.css, though in order to preserve the CSS through theme updates we recommend adding it to either: a child themes style.css, your themes CSS options if it has any, or a plugin such as My Custom CSS.

The support post ‘Remove Description from Ticket Price Breakdown’ 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