class "input-prepend"

  • Bettin
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
5 years 4 months ago #120224 by Bettin
class "input-prepend" was created by Bettin
Hello,

the Bootstrap class .input-prepend prevents the price from being displayed in the price field of the registration form .

.input-append, .input-prepend {
font-size: 0;
}
I do not understand why this class is active there. And more importantly, with which configuration can I get the price displayed correctly in the price field.

Kind Regards
bettin

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

More
5 years 4 months ago #120235 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic class "input-prepend"
Hello Bettin

Please go to Events Booking -> Configuration, look at Custom CSS tab, put this custom css code below, save it, then check it again to see whether it solves the issue. If not, please submit a support ticket so that we can check it
Code:
.eb-container .input-append, .eb-container .input-prepend { font-size: 14px !important; }

Tuan
The following user(s) said Thank You: Bettin

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

  • Bettin
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
5 years 4 months ago #120257 by Bettin
Replied by Bettin on topic class "input-prepend"
Hello Tuan,

thanks it works.
Because you sent me the CSS code, I'm assuming that it did not do nonsense elsewhere.

Best Regards
bettin

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

More
5 years 4 months ago #120308 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic class "input-prepend"
Hi Bettin

No, it won't. It will just affect the price box on that page and nothing else. Don't worry

Tuan

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

Moderators: Tuan Pham Ngoc