I'm trying to change the size of the THANK_MESSAGE that appears after E-mail is sent to a contact. I can change the text without a problem, but any attempts to change the font size seem to be ignored.
Any ideas?
Thanks,
Steve
Trying to change THANK_MESSAGE
-
- Joomla! Apprentice
- Posts: 9
- Joined: Thu Apr 05, 2007 7:01 pm
- pe7er
- Joomla! Master
- Posts: 22967
- Joined: Thu Aug 18, 2005 8:55 pm
- Location: Nijmegen, Netherlands
- Contact:
Re: Trying to change THANK_MESSAGE
MOD note: Crosspost deleted. Please do not crosspost your messages. See the Forum rules: http://forum.joomla.org/index.php/topic,65.0.html - pe7er
Kind Regards,
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Nederland
The best website: https://the-best-website.com
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Nederland
The best website: https://the-best-website.com
-
- Joomla! Fledgling
- Posts: 4
- Joined: Tue Feb 20, 2007 7:43 pm
Re: Trying to change THANK_MESSAGE
Hi All,
I am new to Joomla and not sure what the person that made the original posted did for cross posting, but I am having the same problem and would like to find an answer to this question as well. I can change the message, but any attempt to use html, styles. etc... do not display.
I would like to change the font size and color of the thank you message after the contact us form is submitted. The current size and color makes it so you almost do not see the thank you message so the end user has no idea the submission completed successfully.
Thanks in advance for any assistance.
I am new to Joomla and not sure what the person that made the original posted did for cross posting, but I am having the same problem and would like to find an answer to this question as well. I can change the message, but any attempt to use html, styles. etc... do not display.
I would like to change the font size and color of the thank you message after the contact us form is submitted. The current size and color makes it so you almost do not see the thank you message so the end user has no idea the submission completed successfully.
Thanks in advance for any assistance.
Last edited by CrazyExciting on Tue Jun 05, 2007 4:17 pm, edited 1 time in total.
- pe7er
- Joomla! Master
- Posts: 22967
- Joined: Thu Aug 18, 2005 8:55 pm
- Location: Nijmegen, Netherlands
- Contact:
Re: Trying to change THANK_MESSAGE
You probably cannot use html in the english.php language file.
However you can change the appearance of the thank you message in your current template's template_css.css,
e.g. add:
.message {
font-weight: bold;
font-size: 20px; /* use a bigger font */
height: 50px; /* vertical room for the message */
color: #FF0000; /* Hexadecimal color code for Red */
}
However you can change the appearance of the thank you message in your current template's template_css.css,
e.g. add:
.message {
font-weight: bold;
font-size: 20px; /* use a bigger font */
height: 50px; /* vertical room for the message */
color: #FF0000; /* Hexadecimal color code for Red */
}
Kind Regards,
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Nederland
The best website: https://the-best-website.com
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Nederland
The best website: https://the-best-website.com
-
- Joomla! Apprentice
- Posts: 9
- Joined: Thu Apr 05, 2007 7:01 pm
Re: Trying to change THANK_MESSAGE
Thanks, that did it.
Steve
Steve
- pe7er
- Joomla! Master
- Posts: 22967
- Joined: Thu Aug 18, 2005 8:55 pm
- Location: Nijmegen, Netherlands
- Contact:
Re: Trying to change THANK_MESSAGE
You're welcome!
PS: Could you please mark your first message in this thread as "solved" ?
(Modify the first message and choose the Message Icon [solved]
).
This way the list of messages shows that the question has been solved, and other users can benefit from it.
PS: Could you please mark your first message in this thread as "solved" ?
(Modify the first message and choose the Message Icon [solved]

This way the list of messages shows that the question has been solved, and other users can benefit from it.
Kind Regards,
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Nederland
The best website: https://the-best-website.com
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Nederland
The best website: https://the-best-website.com
- Pesto
- Joomla! Enthusiast
- Posts: 175
- Joined: Sat Sep 17, 2005 2:47 am
- Location: In a basement in New Jersey
- Contact:
Re: Trying to change THANK_MESSAGE
Besides changing the CSS, where is THANK_MESSAGE used within Joomla, if one wanted to hard code changes?
http://www.totalhosting.com
Serving the Internet since 1998
Serving the Internet since 1998