- Posts: 16
- Thank you received: 0
Changes on font-family h1, h2, etc. have no effect
-
hews
Inactive member - Topic Author
- New Member
Less
More
10 years 1 month ago - 10 years 1 month ago #42993
by hews
Changes on font-family h1, h2, etc. have no effect was created by hews
Hi there,
Could somebody help me, please.
In the style designer i have selected font family „'Dancing Script', cursive“ für h1, h2 and h3
But it takes no effect. The original font-family does not change
(only h2 changed the Title named „Kontakt“)
www.your-website-service.de/index.php/kontakt
Changed font-family of h2 in the style designer only changed the article headline, here: „Kontakt“, but no effect on h2 headlines, see here:
<h1>H1</h1>
<p> </p>
<h2>H2</h2>
<p> </p>
<h3>H3</h3>
<p> </p>
<h4>H4</h4>
Changes of font-size work fine.
I am using style 7
In style7.css I only find an override of h1
Could somebody help me, please.
In the style designer i have selected font family „'Dancing Script', cursive“ für h1, h2 and h3
But it takes no effect. The original font-family does not change
(only h2 changed the Title named „Kontakt“)
www.your-website-service.de/index.php/kontakt
Changed font-family of h2 in the style designer only changed the article headline, here: „Kontakt“, but no effect on h2 headlines, see here:
<h1>H1</h1>
<p> </p>
<h2>H2</h2>
<p> </p>
<h3>H3</h3>
<p> </p>
<h4>H4</h4>
Changes of font-size work fine.
I am using style 7
In style7.css I only find an override of h1
Last edit: 10 years 1 month ago by hews.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #42994
by ivan.milic
Replied by ivan.milic on topic Changes on font-family h1, h2, etc. have no effect
In template_css.css:
.sparky_home h1, h2, h3, h4 {
text-transform: uppercase;
font-family: 'Dosis', sans-serif;
color: #444;
}
change to:
.sparky_home h1,
.sparky_home h2,
.sparky_home h3,
.sparky_home h4 {
text-transform: uppercase;
font-family: 'Dosis', sans-serif;
color: #444;
}
.sparky_home h1, h2, h3, h4 {
text-transform: uppercase;
font-family: 'Dosis', sans-serif;
color: #444;
}
change to:
.sparky_home h1,
.sparky_home h2,
.sparky_home h3,
.sparky_home h4 {
text-transform: uppercase;
font-family: 'Dosis', sans-serif;
color: #444;
}
The following user(s) said Thank You: hews
Please Log in to join the conversation.
-
hews
Inactive member - Topic Author
- New Member
Less
More
- Posts: 16
- Thank you received: 0
10 years 1 month ago #42995
by hews
Replied by hews on topic Changes on font-family h1, h2, etc. have no effect
Hi Ivan,
thank you.
Your hint worked for me. Now everything is ok.
Ben
thank you.
Your hint worked for me. Now everything is ok.
Ben
Please Log in to join the conversation.
Time to create page: 0.137 seconds