Edit font for payment processing message

  • veganvixen
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 3 months ago #41227 by veganvixen
Edit font for payment processing message was created by veganvixen
Hi,

I just set up my first paid event. Once you register and are in the process of being taken to paypal, there is a message that I would like to customize. It's too small and could be missed. Can you please tell me how to edit this text?

Thanks!

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

More
10 years 3 months ago #41252 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Edit font for payment processing message
Hi

That message is displayed within a div tag using contentheading tab. So to increase the font-size, maybe you can use the solution below :

1. Open the file components/com_eventbooking/assets/css/style.css

2. Add the css code below to button of file

div.contentheading
{
font-size: 14px;
font-weight: bold;
}

That should solve the issue. You can increase font-size until it works as expected.

Tuan

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

  • veganvixen
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 3 months ago #41327 by veganvixen
Replied by veganvixen on topic Re: Edit font for payment processing message
Hi Tuan,

That did not work. The message that says" Please wait while redirecting to Paypal for making Payment" has not changed in size.

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

More
10 years 3 months ago #41390 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Edit font for payment processing message
Hi

Submit a support ticket sending us admin and FTP account of your site. We will check and edit css for you.

Regards,

Tuan

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

  • veganvixen
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 3 months ago #41393 by veganvixen
Replied by veganvixen on topic Re: Edit font for payment processing message
Tuan,

I did exactly what you said and it did not work. Is there somewhere else I should try? If only editing CSS is required, I can easily do it myself. Please advise.

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

More
10 years 3 months ago #41394 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Edit font for payment processing message
Only css modification needed. If you need to look at the code further, open the file components/com_eventbooking/payments/os_paypal.php and edit the code yourself !

Tuan

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

  • veganvixen
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 3 months ago #41396 by veganvixen
Replied by veganvixen on topic Re: Edit font for payment processing message
I did edit the CSS exactly as you instructed and it did not work.

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

More
10 years 3 months ago #41397 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Edit font for payment processing message
Then please allow us to do it for you directly on your site. Sometime, we will need to check the css directly on your site to see whether the modification will work or other modifications needed.

Tuan

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

Moderators: Tuan Pham Ngoc