By thelake on Tuesday, 21 March 2017
Replies 2
Likes 1
Views 1.3K
Votes 0
It is a pain: try to format the color of title, text and background of the tooltips...... How to do this without spending hours??

Changes here are NOT working

<div class="jevtt_title" style = "color:{{Event foreground color:FGCOLOUR}};background-color:{{Event background color:COLOUR}};"><small>{{Titel:TITLE}}</small></div>
<div class="jevtt_text" ><br />
<small>{{Tooltip time:TTTIME}}</small>
<br /><br />
<small><strong>Ort: </strong>{{Örtlichkeit:LOCATION}}</small>
<hr />
<small>Click to open event</small>
</div>
What is it you want to achieve?

These css rules may help you find what you need to tweak.


.jevtt_title {
background-color: orange !important;
color: blueviolet !important;
font-size: 18px;
font-weight: bold;
}
.jevtt_text {
background-color: lime;
color: navy;
}
.popover-content {
background-color: purple;
}
.popover-content {
background-color: purple;
}
.popover {
background-color:yellow;
color:black'
}
·
Tuesday, 21 March 2017 16:37
·
1 Likes
·
0 Votes
·
0 Comments
·
Yes! thanks a lot....

AND to change the template to:

<div class="jevtt_title">{{Titel:TITLE}}</div>
<div class="jevtt_text" style = "color: #fff ><br />
{{Tooltip time:TTTIME}}
<br />

after that, the css works....;-)
·
Tuesday, 21 March 2017 21:08
·
1 Likes
·
0 Votes
·
0 Comments
·
View Full Post