Support

Home Forums Event Espresso Premium Remove View Details Button or Read More Button?

Remove View Details Button or Read More Button?

Posted: July 24, 2019 at 5:48 pm

Viewing 1 reply thread


HC4Wb

July 24, 2019 at 5:48 pm

On our classes main page we are only showing the excerpts. For each class the View Details and the Read More button are both appearing, we would like one or the other to be there and not both. Is this possible?

http://6bb.f30.myftpupload.com/classes/


Tony

  • Support Staff

July 25, 2019 at 6:52 am

Hi there,

A quick and easy way to remove either is hide one with CSS, for example:

.type-espresso_events .read-more {
    display: none;
}

Will remove the read more link your theme is adding and just leave the ‘View Details’ button.

You add that top Dashboard -> Appearance -> Customize -> Additional CSS.

Also, you can change the text used on the View Details button if you prefer, you do that with a snippet, we have an example here:

https://eventespresso.com/wiki/customize-checkout-registration-button-text/#register-now

You can add that to a custom functions plugin on your site, we have some documentation on creating one here:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

Set the return to whatever text you prefer (I’m guessing ‘Read More’) and it will change the text for you.

Viewing 1 reply thread

The support post ‘Remove View Details Button or Read More Button?’ 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