I'm sure this is very easy but I'm a novice. I've set up the form perfectly, email is working fine...everything is working fine except the thank you page. I want to change the color of the font from blue to black. I've searched everywhere and can't see to find the answer. Any help would be appreciated.
Forums
Silly question about font color
Hi kardana,
You'll need to edit the CSS or add styles to the label HTML tags.
Bob
You'll need to edit the CSS or add styles to the label HTML tags.
Bob
Excuse my ignorance Bob but I'm not sure where to edit the code.
In the on submit code after sending email I have this
I'm not sure where to but the HTML tags. I've tried before the php tags, in the middle and at the end but nothing works. I'm sorry but I'm a complete newbie and I'm not even that familiar with HTML. I appreciate any assistance.
In the on submit code after sending email I have this
<?php
JFactory::getApplication()->enqueueMessage ('Mahalo for your order. An agent with contact you within 24 hours requesting payment. In the meantime, if you have any questions, please call 877-747-7702 or email info@hawaiitravelfun.com. To continue shopping, please select a category on the left or hit the back button.' );
?>
I'm not sure where to but the HTML tags. I've tried before the php tags, in the middle and at the end but nothing works. I'm sorry but I'm a complete newbie and I'm not even that familiar with HTML. I appreciate any assistance.
I need to change the color of the font on that thank you page from blue to black.
Hi kardana,
You are using a system message to show the reply. Those colours are set in your template CSS.
For the default template this is set in template.css around line 780 (it may be quite different for your template.
Bob
PS Changing this will change **all** system messages on your site.
You are using a system message to show the reply. Those colours are set in your template CSS.
For the default template this is set in template.css around line 780 (it may be quite different for your template.
#system-message dd ul {
color:#0055BB;
list-style:none outside none;
}
Bob
PS Changing this will change **all** system messages on your site.
This topic is locked and no more replies can be posted.