What is the best way to change the stars below the Event title to my own text? I would like it to have the location of our event there instead of the stars.
Thanks in advance.
- Joey
<div class="gk-stars" data-start="{'opacity':0}" data-end="{'opacity':1}" data-delay="1000" data-time="500">********</div>
<div class="gk-text" data-start="{'opacity':0}" data-end="{'opacity':1}" data-delay="1000" data-time="500">your slogan</div>
.gk-text {
text-align: center;
}