By Guest on Sunday, 12 July 2015
Replies 4
Likes 0
Views 1.3K
Votes 0
You can adjust using CSS - can you give us the URL so we can advise.
Use Firebug or Chrome inspector to isolate the CSS change you need e.g.

.jevbootstrap h2 {
color: #ff6600;
}

Add this to your JEvents custom CSS file
·
Monday, 13 July 2015 08:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Add a size to the class? So:

.jevbootstrap h2 {
color: #ff6600;
font-size:16px;
}
·
Monday, 13 July 2015 13:46
·
0 Likes
·
0 Votes
·
0 Comments
·
change the line height also:

line-height:18px;

Thanks
Tony
·
Monday, 13 July 2015 15:06
·
0 Likes
·
0 Votes
·
0 Comments
·
You are very welcome!

Many thanks
Tony
·
Tuesday, 14 July 2015 06:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post