where to edit the "Register (Individual)" button?

  • thepiston
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
9 years 7 months ago #86455 by thepiston
I use yootheme which uses this syntax:
Code:
<div class="uk-button">button text</div> or <a class="uk-button" href="#">link text that looks like a button </a>

Please Log in or Create an account to join the conversation.

More
9 years 7 months ago #86614 by James Riley
Replied by James Riley on topic where to edit the "Register (Individual)" button?

thepiston wrote: I use yootheme which uses this syntax:

Code:
<div class="uk-button">button text</div> or <a class="uk-button" href="#">link text that looks like a button </a>

1) As I've seen btn class used often in extensions, you might want to consider modifying your template's CSS file, adding the btn class selector to the existing uk-button selector (search your template's CSS, LESS and/or SASS files for .uk-button, and add , .btn (COMMA-SPACE-PERIOD-btn) to the end the existing selector(s)). What are selectors and declarations, etc? That is explained here: www.w3schools.com/css/css_syntax.asp .
2) Alternately, you could copy all the CSS declarations from your .uk-button selector to a new .btn selector in EB's custom.css file. If you don't know how to find the CSS on your site for the .uk-button class, post a link to a sample page on your site and I can snag it for you.

James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
The following user(s) said Thank You: Tuan Pham Ngoc

Please Log in or Create an account to join the conversation.

  • thepiston
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
9 years 7 months ago #86630 by thepiston
thanks - adding the .btn to my custom button class did indeed fix this problem easily and will not be written over with updates to EB or my template. Not sure why I didn't think of that earlier. Thanks!

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc