- Posts: 50
- Thank you received: 1
Header 2 <h2> capital
-
ikkezelluf
Inactive member -
Topic Author
- Member
-
Less
More
13 years 1 month ago #15704
by ikkezelluf
Header 2 <h2> capital was created 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
Thnx,
Wim
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #15718
by ivan.milic
Replied by ivan.milic on topic Re: Header 2 <h2> capital
In template_css.css you will recognize :
h2::first-letter(...
comment or delete that entry
h2::first-letter(...
comment or delete that entry
Please Log in to join the conversation.
-
sampei
Inactive member -
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
13 years 1 month 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.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #15734
by ivan.milic
Replied by ivan.milic on topic Re: Header 2 <h2> capital
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.
-
ikkezelluf
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 50
- Thank you received: 1
13 years 1 month ago - 13 years 1 month ago #15740
by ikkezelluf
Replied by ikkezelluf on topic Re: Header 2 <h2> capital
I figured out that the color is not found in template_css.css. It's found in template_css.php.
Look for:
Replace with:
Thats all!!
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: 13 years 1 month ago by ikkezelluf.
The following user(s) said Thank You: sampei
Please Log in to join the conversation.
Time to create page: 0.160 seconds