Contact us - Text color

  • JediK
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 6 months ago #30443 by JediK
Hi,
I should change the color of the labels in contact us. I tried to change size and color parameters in module mod_rapid_contact but nothing's changed.
Do I have to modify the layout.css?

Please Log in to join the conversation.

More
11 years 6 months ago #30444 by ivan.milic
Replied by ivan.milic on topic Contact us - Text color
There is template option for footer text color:
In template_css.php:

.hotcopyright, .hotcopyright a, .footer_content ul.menu a, .footer_content, .footer_content div.moduletable h3, .copyright_area, .copyright_area_wrap, .copyright_area_wrap a {
color:<?php echo $footerText; ?> !important;
}


So if you use custom style you can simply change it from template options page. If you use pre-defined style you can edit variable value in styles/styleX.php where X is number of pre-defined style you use.


If you want to change only rapid contact colors use:

.rapid_contact FORM{
color:<you color>!important;
}

you can put it at bottom of template_css.php

Please Log in to join the conversation.

Time to create page: 0.157 seconds
Powered by Kunena Forum