Marker description style.

Phoca Maps - displaying maps in Joomla! CMS
encence
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 21 Jul 2010, 13:47

Marker description style.

Post 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.
wpattie
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 17 Aug 2010, 08:07

Re: Marker description style.

Post 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.
encence
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 21 Jul 2010, 13:47

Re: Marker description style.

Post by encence »

I am ashamed :oops: how i couldnt see it!?
That was a bug in my head:-)
THN, Bill.
Post Reply