Forums

Silly question about font color

kardana 11 Jun, 2010
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.
GreyHead 11 Jun, 2010
Hi kardana,

You'll need to edit the CSS or add styles to the label HTML tags.

Bob
kardana 11 Jun, 2010
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
<?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.
GreyHead 11 Jun, 2010
Hi kardana,

Sorry but I have no idea what your question is?

Bob
kardana 11 Jun, 2010
I need to change the color of the font on that thank you page from blue to black.
GreyHead 11 Jun, 2010
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.
#system-message dd ul {
  color:#0055BB;
  list-style:none outside none;
}

Bob

PS Changing this will change **all** system messages on your site.
kardana 11 Jun, 2010
thank you very, very much Bob. I'm learning as I go.
Mahalo!
This topic is locked and no more replies can be posted.