Event full message still white.

  • virginiatactical
  • Topic Author
  • Offline
  • New Member
  • New Member
More
14 years 3 weeks ago #8603 by virginiatactical
Event full message still white. was created by virginiatactical
I have attached an image to better illustrate what I mean. I just need to change the background of the white line that says "We are no longer accept registration for this event" in light gray text on a white background.
Attachments:

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

More
14 years 3 weeks ago #8606 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Event full message still white.
Hi

You can change the background by changing the css alitle. Open the file components/com_eventbooking/assets/css/style.css, looks at the css code at line 541 :
Code:
.eb_notice_table { background-color : #FCF3F3 ; border : 1px solid #FDE2E2; padding: 3px ; width: 100%; padding: 4px; text-align: center ; font-style: italic; }

As you see, thee is a property called background-color there. You can change the value of background color to meet your need !

Regards,

Tuan

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

  • virginiatactical
  • Topic Author
  • Offline
  • New Member
  • New Member
More
14 years 3 weeks ago #8618 by virginiatactical
Replied by virginiatactical on topic Re: Event full message still white.
Exactly what I was looking for, thank you sir.

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

  • virginiatactical
  • Topic Author
  • Offline
  • New Member
  • New Member
More
14 years 3 weeks ago #8622 by virginiatactical
Replied by virginiatactical on topic Re: Event full message still white.
In a slightly unrelated question, where would I have to look to change the text on the button at the end of the registration form. Currently it says "Registration Confirmation" but some people are confused as to where put in their payment information, so I would like to change the button to saying "Proceed to Payment" I'm just not sure where to look.

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

More
14 years 3 weeks ago #8623 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Event full message still white.
Go to Event Booking -> Translation, you will be able to find and change the text to meet your need !

Regards,

Tuan

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

Moderators: Tuan Pham Ngoc