By fransverhoeve on Wednesday, 20 April 2016
Replies 8
Likes 0
Views 2.1K
Votes 0
Hi,

First some spec;s:

PHP Version : 5.4.45
MySQL Version : 5.5.49-cll-lve
Server Information : Linux 220.d-hosting.nl 2.6.32-431.20.3.el6.x86_64 #1 SMP Thu Jun 19 21:14:45 UTC 2014 x86_64
Fix jQuery? : Yes
Load JEvents Bootstrap CSS? : Yes
Max Input Vars ? : 1000
Club code set? : No
User Agent : Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36
Joomla : 3.5.1
component_com_jevents : 3.4.10
module_mod_jevents_cal : 3.4.10
module_mod_jevents_custom : 3.4.10
module_mod_jevents_filter : 3.4.10
module_mod_jevents_latest : 3.4.10
module_mod_jevents_legend : 3.4.10
module_mod_jevents_switchview : 3.4.10


I would like to change the fonts of the Agenda with css so the those fonts the same is as the left en right module (See attachment)

Therefore I added some css spec into the custom css.
.font-size-is-default {
font-size: 14px;
}


But after that whole Joomla change the fonts. How can I separate the css so that only the fonts of the Agenda changes?

Best Reagards,
Frans
Hello!

This article should help you :-)

https://www.jevents.net/docs/jevents/it ... s-with-css

Many thanks
Tony
·
Thursday, 21 April 2016 00:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Super Tony for your quick respons.

After reading this article I added for example
.eventstyle {
border-width: 0px 0px 2px 5px !important;
border-style: solid !important;
}
in the custom CSS

I use the "Load Bootstrap CSS"

But nothing is happening...

What goes wrong Tony?

Best Regards,
Frans
·
Friday, 22 April 2016 06:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Frans,

Can you please provide a link to where you are wanting that change to take place?

Thanks
Tony
·
Friday, 22 April 2016 22:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Tony,
I must apologize for my late response .:oops: :oops: :oops:
I assumed that I had already sent a link. Unfortunately, something went wrong while .

Apparently I can not send a link...

Best Regards,
Frans
·
Wednesday, 27 April 2016 07:13
·
0 Likes
·
0 Votes
·
0 Comments
·
You probably can now - we had to block new users (that are not club members) from posting links in their forum messages to reduce the quantity of spam posts.

You should now be able to include a link - if not then spell it out with spaces e.g. www . google . com instead of <!-- w -->www.google.com<!-- w -->
·
Wednesday, 27 April 2016 16:49
·
0 Likes
·
0 Votes
·
0 Comments
·
SUPER Geraint! Thnx.

Best Reagrads,
Frans
·
Wednesday, 27 April 2016 16:52
·
0 Likes
·
0 Votes
·
0 Comments
·
.mod_events_latest_table {
font-size: 20px;
line-height: 24px;
}


but be careful because it may affect the date time and hand icons in the latest events module
·
Wednesday, 27 April 2016 17:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Thnx a lot Geraint! It's working.

Best Regards,
Frans
·
Wednesday, 27 April 2016 17:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post