Daniel Dimitrov wrote: As I said you can create a template override for this.
docs.joomla.org/How_to_override_the_outp...rom_the_Joomla!_core
And add the hotspot id to that div.
components/com_hotspots/views/hotspot/tmpl/default.php - this is the file you need to craete an override for.
Regards,
Daniel
Thanks Daniel for this instrution, So I try it, I find in the line 339 this div I need the override:
<div id="hotspots" class="hotspots compojoom-bootstrap">
But i can not know how I add a number for each ID from each hotspot in the existent id="". I need that div work with this override i ll show under, but I can know what, sorry
Note for this increment "
id-01":
<div id="hotspots-id-01" class="hotspots compojoom-bootstrap">
<div id="hotspots-id-02" class="hotspots compojoom-bootstrap">
<div id="hotspots-id-03" class="hotspots compojoom-bootstrap">
<div id="hotspots-
id-04"... ID from hotspot marker
Need it work this way with each ID from each hotspot.
What I need is.
Add custon CSS for each hotspot in this view. Different backgroud-color, different color, font. Each hotspot will have your custom css.
Can you help me. I will be bery grateful