- Thank you received: 0
css Text-Color chance
-
erkan
-
Topic Author
- New Member
-
Less
More
13 years 3 months ago #13962
by erkan
Replied by erkan on topic Re: css Text-Color chance
I do not understand what you mean?
I use the style4 in the template!
style4.php
If I copy the the code in the bottontemplate_css.css,
then it do not work.
.lastminute_time, .bottom div.moduletable h3, .bottom div.moduletable h3 span, .footer_content div.moduletable h3 span {
color:#333333;
}
template_css.css
I use the style4 in the template!
style4.php
If I copy the the code in the bottontemplate_css.css,
then it do not work.
.lastminute_time, .bottom div.moduletable h3, .bottom div.moduletable h3 span, .footer_content div.moduletable h3 span {
color:#333333;
}
template_css.css
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #13970
by ivan.milic
Replied by ivan.milic on topic Re: css Text-Color chance
add important flag:
.lastminute_time, .bottom div.moduletable h3, .bottom div.moduletable h3 span, .footer_content div.moduletable h3 span {
color:#333333!important;
}
.lastminute_time, .bottom div.moduletable h3, .bottom div.moduletable h3 span, .footer_content div.moduletable h3 span {
color:#333333!important;
}
The following user(s) said Thank You: erkan
Please Log in to join the conversation.
-
erkan
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
13 years 3 months ago - 13 years 3 months ago #13983
by erkan
Replied by erkan on topic Re: css Text-Color chance
Last edit: 13 years 3 months ago by erkan.
Please Log in to join the conversation.
-
erkan
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
13 years 3 months ago #13984
by erkan
Replied by erkan on topic Re: css Text-Color chance
so this ist the solution:
.item-page h2 span, .lastminute_time, .bottom div.moduletable h3, .bottom div.moduletable h3 span {
color:#333333!important;
}
.footer_content div.moduletable h3 span {
color:#FFFFFF!important;
}
Tank you Ivan!
Great Erkan
.item-page h2 span, .lastminute_time, .bottom div.moduletable h3, .bottom div.moduletable h3 span {
color:#333333!important;
}
.footer_content div.moduletable h3 span {
color:#FFFFFF!important;
}
Tank you Ivan!
Great Erkan
Please Log in to join the conversation.
Time to create page: 0.079 seconds