Quantcast
Channel: Topic Tag: plugin | WordPress.org
Viewing all articles
Browse latest Browse all 26892

kendenich on "[Plugin: Count per Day] Plugin: Count per day: Changing colour for the letters"

$
0
0

Thanks 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;
}

The link to my site is:


Viewing all articles
Browse latest Browse all 26892

Trending Articles