kendenich
Forum Replies Created
-
Forum: Plugins
In reply to: [Count per Day] Plugin: Count per day: Changing colour for the lettersThanks for your help. That was it. I thought it was easy but I had no clou.
Forum: Plugins
In reply to: [Count per Day] Plugin: Count per day: Changing colour for the lettersMay be that was the mistake?!
I was talking about the colour of the letters in my “Seitenaufrufe”- widget on my “Startseite”.Forum: Plugins
In reply to: [Count per Day] Plugin: Count per day: Changing colour for the lettersIst ja witzig.
Hat aber auch nicht geklappt. Ob ich ein Cache-Plugin habe, weiß ich nicht. So Fachmann bin ich nicht.
In jedem Fall habe ich die Zeile ganz ans Ende gesetzt und auch versuchsweise oben statt der Farbe #777. Ging aber nicht. Eigentlich wollte ich auch nicht so ein Fass aufmachen. Ich dachte, dass die Farbänderung ganz einfach zu bewerkstelligen ist. Wenn das irgendwie jetzt zu aufwändig wird, dann macht die gräuliche Farbe nichts.
Vielen Dank in jedem Fall für die Mühen.Forum: Plugins
In reply to: [Count per Day] Plugin: Count per day: Changing colour for the lettersThanks again. Being away for a few days I’ve just tried change the colour as I wanted and as you suggested. I put the line:
.cpd-dashboard li { color: black; }
at the very end of the “count-per-day/counter.css” file and I tried to change the #777 into #000000 here.cpd-dashboard li {
color: #777;
padding-bottom: 2px;
border-bottom: 1px #ddd dotted;
overflow: hidden;
}
but it wouldn’t work.
Maybe I misunderstand something quite easy because I’m German. Anyway I thought it would be easier to change colours here which it probably is. Thanks for your help. I think I’ll give up.Forum: Plugins
In reply to: [Count per Day] Plugin: Count per day: Changing colour for the lettersThanks again but unfortunately it doesn’t work.
I tried it this way:.cpd_front_list li b,
.cpd-dashboard li { color: black; },
.cpd-r{
float: left;
}and that way
.cpd_front_list li b,
.cpd-dashboard li { color: black; },
.cpd-r{
float: left;
}
.cpd-dashboard li
{
color: black;
}Forum: Plugins
In reply to: [Count per Day] Plugin: Count per day: Changing colour for the lettersThanks a lot for your answer.
I’ve found a data file called:
“count-per-day/counter-rtl.css”
But I still don’t know, how to change the “.cpd-dashboard li b,”- code there to get another colour.The complete code is:
.cpd_front_list,
.cpd_front_list li
{
margin-right: 0 !important;
}.cpd_front_list li,
.cpd-l,
.cpd-notes td,
.cpd-notes th
{
text-align: right;}
.cpd_front_list li b,
.cpd-dashboard li b,
.cpd-r
{
float: left;
}I tried it like this, but it didn’t work:
.cpd_front_list li b,
.cpd-dashboard li b,
.cpd-r
{
float: left; color: black;
}