- Posts: 20
- Thank you received: 0
Title Header color
-
joeleach
Inactive member -
Topic Author
- Member
-
Less
More
13 years 11 months ago #13467
by joeleach
Replied by joeleach on topic Re: Title Header color
Error message is gone now but I still see no way to change the heading text color. See "Vote Now" at
69.89.17.172
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #13470
by ivan.milic
Replied by ivan.milic on topic Re: Title Header color
ok, then open directly template_css.php, find this:
delete color:<?php echo $columnHeading; ?>; and insert your definition. There is no way that will not work.
Code:
div.moduletable h3 {
color:<?php echo $columnHeading; ?>;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(<?php echo $modulesHeadingBgStart; ?>), to(<?php echo $modulesHeadingBgEnd; ?>));
background: -moz-linear-gradient(<?php echo $modulesHeadingBgStart; ?>, <?php echo $modulesHeadingBgEnd; ?>);
background: linear-gradient(<?php echo $modulesHeadingBgStart; ?>, <?php echo $modulesHeadingBgEnd; ?>);
-pie-background: linear-gradient(<?php echo $modulesHeadingBgStart; ?>, <?php echo $modulesHeadingBgEnd; ?>);
position:relative;
}
delete color:<?php echo $columnHeading; ?>; and insert your definition. There is no way that will not work.
Please Log in to join the conversation.
Time to create page: 0.117 seconds