thelake
  thelake
Gold Member
  Tuesday, 21 March 2017
  2 Replies
  1.1K Visits
0
Votes
Undo
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>
8 years ago
·
#185604
Accepted Answer
0
Votes
Undo
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'
}

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

8 years ago
·
#185604
Accepted Answer
0
Votes
Undo
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'
}

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

8 years ago
·
#185615
0
Votes
Undo
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....;-)
  • Page :
  • 1
There are no replies made for this post yet.