- Posts: 12
- Thank you received: 0
Contact us - Text color
12 years 5 months ago #30443
by JediK
Contact us - Text color was created 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?
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.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 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
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.162 seconds