Support

Home Forums Event Espresso Premium Change description text color, case and size

Change description text color, case and size

Posted: March 15, 2018 at 2:15 pm

Viewing 3 reply threads


TOCIFT

March 15, 2018 at 2:15 pm

I need to change the description text in this area where is says in this example “Free Guide/Guest (screenshot) so it stands out more.
I just want to change the ticket type description to be more clear so my clients don’t get confused and enter the wrong person’s information.

I tried adding some css to the ticket names, but it didn’t work.

Is this possible?

Thanks,

Laura


Tony

  • Support Staff

March 16, 2018 at 4:56 am

Hi Laura,

Yes, you can targer all of the text in that section using CSS, for example:

.spco-ticket-info-dv .item_l:first-of-type {
    color: red;
}

Will set the text color to red. Just change the styles to suit 🙂


TOCIFT

March 22, 2018 at 11:37 am

I would like to only change the “ticket type” to red. Is this possible?


Tony

  • Support Staff

March 22, 2018 at 11:44 am

Hmm, with a little bit of hoop jumping yes:

.spco-ticket-info-dv .item_l:first-of-type .line-item-desc-spn {
    color: #59595B;
}

So the first CSS sets all of the text to red, then the above overrides that for the line item description text. Looks like you have some inline styles to set the beginning to red though.

Viewing 3 reply threads

The support post ‘Change description text color, case and size’ 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