items calendar list view -

Permalink 1 user found helpful
I am working with the Items Calendar List View and want to change the font size of the div class items-calendar-list-view-title. This content I am told is built via javascript and does not include the listed div in a css. Can you anyone tell me what javascript builds this reference and where is is located in the files system?

Thank you

Seth and/or Joel

 
jkincaid replied on at Permalink Best Answer Reply
I figured this out.

I edited the “packages – blocks – scottc_items_calednar_list_view – view.php file and edited the “items-calendar-list-view-title” to remove the <H3> tag and replace it with a <b> tag. You can edit additional areas of this file to affect the styling as you need.

Joel & Seth