Wrong colur in H1

  • milos
    Support Staff
  • Moderator
  • Moderator
More
13 years 1 month 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.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
13 years 1 month 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;

Please Log in to join the conversation.

  • Klexx
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 1 month 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
  • New Member
More
13 years 1 month ago #5525 by Klexx
Replied by Klexx on topic Re: Wrong colur in H1
please see att picture
Attachments:

Please Log in to join the conversation.

  • Klexx
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 1 month 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

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
13 years 1 month ago #5531 by milos
Replied by milos on topic Re: Wrong colur in H1
Ouch... color:000; is not correct. You must enter color:#000;
The following user(s) said Thank You: Klexx

Please Log in to join the conversation.

Time to create page: 0.325 seconds
Powered by Kunena Forum