- Posts: 6745
- Thank you received: 716
Wrong colur in H1
-
milos
Support Staff - Moderator
Less
More
13 years 10 months ago #5521
by milos
Replied by milos on topic Re: Wrong colur in H1
Properties of H1 of your site is in template_css.css file in line that begins with: .componentheading,h1
So, if you are not satisfied how it looks, you can change it there.
Regarding the module, when look at your source code I see that you haven't enabled titles in the Carousel module.
So, if you are not satisfied how it looks, you can change it there.
Regarding the module, when look at your source code I see that you haven't enabled titles in the Carousel module.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
13 years 10 months ago #5522
by milos
Replied by milos on topic Re: Wrong colur in H1
If H1 becomes white when you enable titles in module (however, I don't understand how you managed to make that happen), you can control the color anyway in template_css.css file in line that begins with: .componentheading,h1. Simply add line with color property, in example:
color:#000;
color:#000;
Please Log in to join the conversation.
-
Klexx
Inactive member - Topic Author
- New Member
Less
More
- Posts: 16
- Thank you received: 0
13 years 10 months ago #5523
by Klexx
Replied by Klexx on topic Re: Wrong colur in H1
Actually i want the H1 to bee white same as the "paragraph" text it is by default gray-isjh
Please Log in to join the conversation.
-
Klexx
Inactive member - Topic Author
- New Member
Less
More
- Posts: 16
- Thank you received: 0
13 years 10 months ago #5525
by Klexx
Replied by Klexx on topic Re: Wrong colur in H1
please see att picture
Please Log in to join the conversation.
-
Klexx
Inactive member - Topic Author
- New Member
Less
More
- Posts: 16
- Thank you received: 0
13 years 10 months ago #5528
by Klexx
Replied by Klexx on topic Re: Wrong colur in H1
tried the following too no effect:
.componentheading,h1 {
color:#fff;
font-family:'Sansation', Arial, Helvetica, sans-serif;
font-size:32px;
font-weight:normal;
text-align:left;
margin:0 0 5px;
}
.content_wrap .componentheading h1 {
padding:0 3px;
}
.contentheading,h2 {
color:#fff;
font-size:22px;
font-weight:normal;
text-align:left;
padding:3px 0;
margin:0;
text-decoration:none;
and :
.componentheading,h1 {
color:000;
font-family:'Sansation', Arial, Helvetica, sans-serif;
font-size:32px;
font-weight:normal;
text-align:left;
margin:0 0 5px;
}
.content_wrap .componentheading h1 {
padding:0 3px;
}
.contentheading,h2 {
color:#000;
font-size:22px;
font-weight:normal;
text-align:left;
padding:3px 0;
margin:0;
text-decoration:none;
Reloaded the page ... H1 text is still black on a black-isj background
.componentheading,h1 {
color:#fff;
font-family:'Sansation', Arial, Helvetica, sans-serif;
font-size:32px;
font-weight:normal;
text-align:left;
margin:0 0 5px;
}
.content_wrap .componentheading h1 {
padding:0 3px;
}
.contentheading,h2 {
color:#fff;
font-size:22px;
font-weight:normal;
text-align:left;
padding:3px 0;
margin:0;
text-decoration:none;
and :
.componentheading,h1 {
color:000;
font-family:'Sansation', Arial, Helvetica, sans-serif;
font-size:32px;
font-weight:normal;
text-align:left;
margin:0 0 5px;
}
.content_wrap .componentheading h1 {
padding:0 3px;
}
.contentheading,h2 {
color:#000;
font-size:22px;
font-weight:normal;
text-align:left;
padding:3px 0;
margin:0;
text-decoration:none;
Reloaded the page ... H1 text is still black on a black-isj background
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
Time to create page: 0.134 seconds