Changes on font-family h1, h2, etc. have no effect

  • hews
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 1 month ago - 10 years 1 month ago #42993 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
Last edit: 10 years 1 month ago by hews.

Please Log in to join the conversation.

More
10 years 1 month ago #42994 by ivan.milic
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;
}
The following user(s) said Thank You: hews

Please Log in to join the conversation.

  • hews
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 1 month ago #42995 by hews
Hi Ivan,

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
Powered by Kunena Forum