25.02.2025, 07:23
Add to CSS:
Modify Custom JS:
Code:
.trends .navbar h4 {
text-align: center;
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 24px;
}
Modify Custom JS:
Code:
$(function() {
if (window.location.search == '?id=1,3,4&mode=month&multiple=1') {
$('.title').removeClass('title').text('custom title');
}
})