Support

Home Forums Event Espresso Premium More prominent Sold Out label

More prominent Sold Out label

Posted: March 23, 2018 at 6:29 am

Viewing 1 reply thread


countyit

March 23, 2018 at 6:29 am

Was wondering how to make the Sold Out label more prominent.

http://lww.4ed.mwp.accessdomain.com/events/a-taste-of-minden-site-72/


Tony

  • Support Staff

March 23, 2018 at 6:40 am

Hi there,

You can use some CSS to make that bigger, if you want the status bar to always be larger regarless of what event status is you can use something like:

.ee-status {
    font-size: 1.5rem;
}

If you only want the sold out status to be bigger use:

.ee-status.event-active-status-DTS {
    font-size: 1.5rem;
}

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

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

Viewing 1 reply thread

The support post ‘More prominent Sold Out label’ 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