Title Header color

  • joeleach
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 1 week 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.

More
13 years 1 week ago #13470 by ivan.milic
Replied by ivan.milic on topic Re: Title Header color
ok, then open directly template_css.php, find this:
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.065 seconds
Powered by Kunena Forum