- Posts: 11
- Thank you received: 0
how to get the color I want in the articles?
-
snowisbetter
Inactive member - Topic Author
- New Member
Less
More
11 years 1 day ago #35365
by snowisbetter
Replied by snowisbetter on topic how to get the color I want in the articles?
Thanks for your help, but I could not get any change.
Surely it is my fault because I do not understand anything about css. So, please, be patient.
Where do I enter the code?
I tried modifying inserting your code into "template_css.css", at the beginning, just after /* basics */, so it was now
but no way.
I tried also: adding code to existing lines, an it was now:
but again no changes.
where am I doing wrong?
Thanks again
Surely it is my fault because I do not understand anything about css. So, please, be patient.
Where do I enter the code?
I tried modifying inserting your code into "template_css.css", at the beginning, just after /* basics */, so it was now
Code:
/* basics */
a{
text-decoration:none!important;
color:#999999;
}
a:hover{
color:#C0C0C0;
}
and the rest unchanged
I tried also: adding code to existing lines, an it was now:
Code:
/* basics */
a:link,a:visited {
font-weight:bold;
text-decoration:none!important;
color:#999999;
}
a:hover {
text-decoration:none;
color:#C0C0C0;
}
where am I doing wrong?
Thanks again
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 day ago #35377
by ivan.milic
Replied by ivan.milic on topic how to get the color I want in the articles?
Put !important flag on all css properties you set
The following user(s) said Thank You: snowisbetter
Please Log in to join the conversation.
-
snowisbetter
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
11 years 1 day ago #35404
by snowisbetter
Replied by snowisbetter on topic how to get the color I want in the articles?
OK, Now it works, Thank you very much.
Please Log in to join the conversation.
-
snowisbetter
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
10 years 11 months ago #35476
by snowisbetter
Replied by snowisbetter on topic how to get the color I want in the articles?
Hi again,
I must be dummy, I know that.
I thought I had finally solved the problem, but no!
I wrote a new article, and I'm not able to have the colours I want.
This time is text (not hyperlinks) that isn't working. Please see the images:
what I want (editor view) example fuchsia text
what I get black text
What have I to do?
Is there any way to get always what I see in the editor bypassing other choices?
Thanks again and... Merry Christmas
I must be dummy, I know that.
I thought I had finally solved the problem, but no!
I wrote a new article, and I'm not able to have the colours I want.
This time is text (not hyperlinks) that isn't working. Please see the images:
what I want (editor view) example fuchsia text
what I get black text
What have I to do?
Is there any way to get always what I see in the editor bypassing other choices?
Thanks again and... Merry Christmas
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #35477
by ivan.milic
Replied by ivan.milic on topic how to get the color I want in the articles?
Can you use chrome "Inspect element" to see how that text is rendered inside HTML - goal is to check is there "style" attribute and whats its value
Please Log in to join the conversation.
-
snowisbetter
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
10 years 11 months ago #35482
by snowisbetter
Replied by snowisbetter on topic how to get the color I want in the articles?
Thank you, using your suggestion I managed changing the colour, but is there any way to give priority to the editor so that the colours are wysiwyg in editor itself?
Have a nice evening
Have a nice evening
Please Log in to join the conversation.
Time to create page: 0.156 seconds