- Posts: 134
- Thank you received: 0
Font color chameleon shrine
-
felipergueza
Inactive member -
Topic Author
- Offline
- Member
-
Less
More
14 years 1 month ago - 14 years 1 month ago #14702
by felipergueza
Font color chameleon shrine was created by felipergueza
I am using the template chameleon and I created a directory with the contact component joomla native.
Once creoado vcard content in the lyrics are lost on the merits of the temple.
As I can change the color of the letters on the bottom of the temple.
Once creoado vcard content in the lyrics are lost on the merits of the temple.
As I can change the color of the letters on the bottom of the temple.
Last edit: 14 years 1 month ago by felipergueza.
Please Log in to join the conversation.
14 years 1 month ago #14717
by milos
Replied by milos on topic Re: Font color chameleon shrine
Please give us link. Also, I don't understand this text:
Once creoado vcard content in the lyrics are lost on the merits of the temple.
As I can change the color of the letters on the bottom of the temple
Please Log in to join the conversation.
-
felipergueza
Inactive member -
Topic Author
- Offline
- Member
-
Less
More
- Posts: 134
- Thank you received: 0
14 years 1 month ago #14746
by felipergueza
Replied by felipergueza on topic Re: Font color chameleon shrine
Check out this link so you can view the content:
www.solucioneswb.com/
In this connection I have the Vortex template, in which the letters of the vcard if differ on the merits of the template but if I use chameleon with style pavilion number 2 texts are lost on the merits of the temple. (see image of the previous post).
What I require is to change font color depending on the template you use.
What would be the file to change the color of text.
In this connection I have the Vortex template, in which the letters of the vcard if differ on the merits of the template but if I use chameleon with style pavilion number 2 texts are lost on the merits of the temple. (see image of the previous post).
What I require is to change font color depending on the template you use.
What would be the file to change the color of text.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 1 month ago #14763
by ivan.milic
Replied by ivan.milic on topic Re: Font color chameleon shrine
Add this to bottom of template_css.cs:
.personinfo span{
.../*now gray*/
}
.personinfo a, .personinfo a span{
.../*now orange*/
}
.personinfo span{
.../*now gray*/
}
.personinfo a, .personinfo a span{
.../*now orange*/
}
Please Log in to join the conversation.
-
felipergueza
Inactive member -
Topic Author
- Offline
- Member
-
Less
More
- Posts: 134
- Thank you received: 0
14 years 1 month ago - 14 years 1 month ago #14770
by felipergueza
Replied by felipergueza on topic Re: Font color chameleon shrine
I added the code referred to css file but I have not worked, continued with the same detail the background and font color are still very similar.
Last edit: 14 years 1 month ago by felipergueza.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 1 month ago #14787
by ivan.milic
Replied by ivan.milic on topic Re: Font color chameleon shrine
You did not do something right. Try adding !important flag:
example:
.personinfo a, .personinfo a span{
color:red!important;
}
example:
.personinfo a, .personinfo a span{
color:red!important;
}
Please Log in to join the conversation.
Time to create page: 0.228 seconds