Support

Home Forums Event Espresso Premium Register Now Button

Register Now Button

Posted: April 23, 2014 at 8:52 am

Viewing 7 reply threads


Frank Goll

April 23, 2014 at 8:52 am

Hi, how do I get this ugly „Register Now” button gone? I have tested some themes and there it automatically adapts to the theme of. However, not in this theme. It would be beautiful, if you can help me with a short tip? Here is my test page: http://frank-goll.de/?espresso_events=ein-neuer-test

Thank you so much for your help.


Lorenzo Orlando Caum

  • Support Staff

April 23, 2014 at 10:24 am

Hi there Frank,

Sure we can help you with some CSS to style the button. What color would you like?

Also, I’m seeing a broken link on that page:

http://cl.ly/image/2t050P0o2J2J

Did you install Event Espresso through WP Plugins or did you manually update through SFTP or FTP?


Lorenzo


Frank Goll

April 23, 2014 at 11:28 am

Hi Lorenzo, that would be very kind of you, if you help me with css to style the button. The primary color of the button is #FF8B13, the font is white. Could you please tell me, where I can insert then the css code to style the button? I tried to paste some css in …/wp-content/uploads/espresso/css but it doesn´t work. Maybe that is fault, that the broken link is displayed. I have EE4 uploaded with WP-Plugins.


Lorenzo Orlando Caum

  • Support Staff

April 23, 2014 at 11:46 am

Hi Frank,

Add the following CSS to a plugin like My Custom CSS:

.ticket-selector-submit-btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: medium;
  background: #FF8B13;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  float: right;

}


Lorenzo


Frank Goll

April 23, 2014 at 1:23 pm

Great, it work´s. Thank you very much, Lorenzo 🙂


Frank Goll

April 23, 2014 at 1:36 pm

Now I know the .ticket-selector-submit-btn and I can edit it. But when I click to the next page, I have the same problem with the „proceed to payment options“ button. Where I can find the name for this button in css?


Lorenzo Orlando Caum

  • Support Staff

April 23, 2014 at 1:42 pm

Hi,

You can use a tool like Firebug or Chrome Developer Tools to inspect and see the element.

I used Chrome Developer Tools on your site. Its part of Google Chrome.


Lorenzo


Frank Goll

April 23, 2014 at 3:04 pm

Thank you very much for your efforts, Lorenzo 🙂

Viewing 7 reply threads

The support post ‘Register Now 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