Header 2 <h2> capital

More
14 years 2 weeks ago #15704 by ikkezelluf
Is there anyway i can disable the different first letter from "header 2"? I want all characters from header 2 to be the same color and fontsize….

Thnx,
Wim

Please Log in to join the conversation.

More
14 years 2 weeks ago #15718 by ivan.milic
In template_css.css you will recognize :

h2::first-letter(...

comment or delete that entry

Please Log in to join the conversation.

More
14 years 2 weeks ago #15731 by sampei
Replied by sampei on topic Re: Header 2 <h2> capital
and how to change the color of the h2 first letter?

Please Log in to join the conversation.

More
14 years 2 weeks ago #15734 by ivan.milic
You see there also color property so if you want rather to change it that remove it then just change that property.
The following user(s) said Thank You: sampei

Please Log in to join the conversation.

More
14 years 2 weeks ago - 14 years 2 weeks ago #15740 by ikkezelluf
I figured out that the color is not found in template_css.css. It's found in template_css.php.

Look for:
Code:
a:link, a:visited, h2:first-letter { color:<?php echo $linksColor; ?>; }

Replace with:
Code:
a:link, a:visited { color:<?php echo $linksColor; ?>; }

Thats all!!
Last edit: 14 years 2 weeks ago by ikkezelluf.
The following user(s) said Thank You: sampei

Please Log in to join the conversation.

Time to create page: 0.226 seconds
Powered by Kunena Forum