Message font size

  • Posts: 49
  • Thank you received: 2
13 years 5 months ago #19096

Hello,

When a user clicks on the NEXT button to redirect them to the PayPal site - the following message is displayed:

Please wait while you are redirected to PayPal
If you are not redirected after 10 seconds, please click on the button below.


I would like to increase the font size of this message which is currently very small and difficult to read.

Would appreciate your assistance.


Kind regards,
Robin

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

  • Posts: 82821
  • Thank you received: 13368
  • MODERATOR
13 years 5 months ago #19111

You need to edit the CSS of HikaShop in the tab Display of the configuration and add the CSS:
#hikashop_paypal_end_message{
font-size:2em;
}

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

  • Posts: 49
  • Thank you received: 2
13 years 5 months ago #19119

Hello Nicolas,

Thanks again, that did the job.

I'm so glad you guys know this software so well and can, it seems, answer any question about it.


Kind regards,
Robin

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

  • Posts: 82821
  • Thank you received: 13368
  • MODERATOR
13 years 5 months ago #19120

We made it, so we know everything about it ;)

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

  • Posts: 16
  • Thank you received: 0
12 years 5 months ago #53205

Am trying the above recommended piece of css to add some margin-top or padding-top to the paypal redirecting message, but it does not seem to be working. Since this is a quick screen, I don't have time to inspect it to see what's controlling this message.

Any ideas?
Thanks!

#hikashop_paypal_end_message{
font-size:2em;
}

Last edit: 12 years 5 months ago by amyo.

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

  • Posts: 82821
  • Thank you received: 13368
  • MODERATOR
12 years 5 months ago #53320

It could be your template's CSS overriding it.
In that case, try:

#hikashop_paypal_end_message{
font-size:2em !important;
}

Also, make sure that you flush your browser's cache before trying.

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

  • Posts: 16
  • Thank you received: 0
12 years 5 months ago #53371

hmmm....doesn't seem to be working.

Is there a way to hide the breadcrumb on just this page? That's what's crashing into this message.

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

  • Posts: 16
  • Thank you received: 0
12 years 5 months ago #53379

Never mind! I was able to accomplish this by going into the language file and adding breaks to these messages! YAY! Thanks!

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

Time to create page: 0.055 seconds
Powered by Kunena Forum