JEvents - Events for Joomla
Re: The font size "Events Calendar" to big
By
Guest
on Sunday, 12 July 2015
Posted in
JEvents (Free Access)
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
Guest
·
Monday, 13 July 2015 08:30
·
0 Likes
·
0 Votes
·
0 Comments
·
#152278
Add a size to the class? So:
.jevbootstrap h2 {
color: #ff6600;
font-size:16px;
}
Guest
·
Monday, 13 July 2015 13:46
·
0 Likes
·
0 Votes
·
0 Comments
·
#152279
change the line height also:
line-height:18px;
Thanks
Tony
Guest
·
Monday, 13 July 2015 15:06
·
0 Likes
·
0 Votes
·
0 Comments
·
#152280
You are very welcome!
Many thanks
Tony
Guest
·
Tuesday, 14 July 2015 06:22
·
0 Likes
·
0 Votes
·
0 Comments
·
#152281
View Full Post