By doanga2007 on Saturday, 28 May 2022
Replies 3
Likes 0
Views 1.2K
Votes 0
Hope for new version of jEvents have feature settings Saturday and Sunday day to red color text same as Joomlahill.com News Calendar Extension.

Picture to describe feature : https://i.imgur.com/coGmGak.png
Is that the mini-calendar module - you can achieve this using CSS very easily. If you give us the URL we can give you some assistance if you need
·
2 years ago
·
0 Likes
·
1 Votes
·
0 Comments
·
Is that the mini-calendar module - you can achieve this using CSS very easily. If you give us the URL we can give you some assistance if you need


Thanks you to introduce , I have answer use CSS to change text color and font weight of holiday to example.

Path file to edit CSS with Phoca Commander : components/com_jevents/views/alternative/assets/css/modstyle.css


.mod_events_td_daywithevents > a.mod_events_daylink:link {
color: red;
font-weight: 900;
}

.mod_events_td_daywithevents > a.mod_events_daylink:visited {
color: red;
font-weight: 900;
}


Credit : https://www.w3schools.com/cssref/sel_element_gt.asp
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Please don't change the core CSS file - you will loose your changes when you upgrade.

You should add this to the JEvents custom css file - there is a menu item to allow you to do this from the backend of JEvents
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post