Remove unused title spacing + set with including scroll bar
-
Removed some spacing at top of block due to title being blank.
/*additional CSS for Simple-ical-Block-1 */ Simple-ical-Block-1 .block-title {
display: none;
}Added scroll bar after limiting block size + text display size
Simple-ical-Block-1 {
font-size: 16px;
overflow: auto;
height: 300px;
}Added date/day color bright green + text display size
Simple-ical-Block-1 .ical-date {
font-size: 18px; color: #ff0000;
color: #00ff00;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove unused title spacing + set with including scroll bar’ is closed to new replies.