I’m trying to load custom payment option images via the Button URL field. They appear OK, but it looks like the CSS for max-width is set to 100px and !important so I can’t override this.
The class I’m trying to use is: .spco-payment-method-btn-img and the CSS file is single_page_checkout.css
I have this working on our testing site using Simple Custom CSS so it maybe the priority where the checkout for registration checkout is loaded after your theme’s stylesheet:
One thing to keep in mind is the Event Espresso scripts and styles get added to the wp_enqueue_scripts hook at priority 10. So if you move the child theme’s stylesheet to wp_enqueue_scripts at priority 11 or later, it will load later in the document.
Viewing 7 reply threads
The support post ‘EE4 Payment Option images’ 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.