The timeline can be accessed when clicked on two dots on gray background on the right side of main menu (top right side of the template).
It seems that changing the font size of the timeline has changed the font size in the entire template.... so when I change the size of timeline titles, that changes the size of article titles in my template (front page featured articles) and I don't like it.
Hi Iva.
Thank your feedback to me again.
Please go to the module and find "Custom CSS' field in the advanced and add line code below:
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
line-height:0.8!important;
}
Hope it will help you
Thanks, the code worked fine. But just for the record, there's no custom CSS field in advanced tab.
I've inserted the code in mod_jux_timeline/assets/css/style.css file