Page 1 of 1

Marker description style.

Posted: 21 Jul 2010, 14:01
by encence
Hi!
I need to change the style of marker description separately from the global styles of my site. I have tried placing the code "<p style="background-color: 000; color: 666666">" my description </ p> in marker description, it works in the admin area, but dosen't work on frontend. How do I solve it? Perhaps there is another method?

Thank.

Re: Marker description style.

Posted: 20 Aug 2010, 10:22
by wpattie
encence wrote:Hi!
I need to change the style of marker description separately from the global styles of my site. I have tried placing the code "<p style="background-color: 000; color: 666666">" my description </ p> in marker description, it works in the admin area, but dosen't work on frontend. How do I solve it? Perhaps there is another method?

Thank.
This works for me:

<p style="background-color: #000; color: #666666;"> my description </ p>

However, note the difference - # symbols before the color codes.

I must say that the result with dark grey type on a black background is rather hard to read.

I hope this helps.
Bill.

Re: Marker description style.

Posted: 03 Sep 2010, 16:12
by encence
I am ashamed :oops: how i couldnt see it!?
That was a bug in my head:-)
THN, Bill.