{"id":5078,"date":"2019-03-28T10:38:47","date_gmt":"2019-03-28T10:38:47","guid":{"rendered":"https:\/\/sympose.net\/?page_id=5078"},"modified":"2020-07-24T11:50:50","modified_gmt":"2020-07-24T11:50:50","slug":"code-snippets","status":"publish","type":"page","link":"https:\/\/sympose.net\/code-snippets\/","title":{"rendered":"Code Snippets"},"content":{"rendered":"\n

Over time we’ve got some requests from people to customise the way Sympose looks on their website. We share the result of those requests on the page below. If you’re looking for a snippet that’s not on these page feel free to fill in the form in the bottom and we’ll do our best to provide you with one.<\/p>\n\n\n\n

CSS<\/h2>\n\n\n\n

You can add these CSS snippets via WordPress’ Customizer. Click on Appearance -> Customize and then click the Additional CSS tab.<\/p>\n\n\n\n


\n\n\n\n

Customise the amount of people showing per row to 3.
<\/h4>\n\n\n\n
.sym-list.person .list-inner span.sym {\n    width: 30%;\n    max-width: 30%;\n}<\/code><\/pre>\n\n\n\n
\n\n\n\n

Customise the amount of organisations showing per row to 3.<\/h4>\n\n\n\n
.sym-list.organisation .list-inner span.sym {\n    width: 30%;\n    max-width: 30%;\n}<\/code><\/pre>\n\n\n\n
\n\n\n\n

Change the background color of the day titles \/ schedule heading. You can enter a HEX value<\/a>.<\/h4>\n\n\n\n
table.sympose-schedule tr.title-column th {\n    background-color: #233061;\n}<\/code><\/pre>\n\n\n\n
\n\n\n\n

Hide the read more link in the program\/schedule.<\/h4>\n\n\n\n
.sympose-read-more {\n\tdisplay: none;\n}<\/code><\/pre>\n\n\n\n

Hide the times on the schedule<\/h4>\n\n\n\n
.sympose-schedule td.time {\n    display: none;\n}<\/code><\/pre>\n\n\n\n
\n\n\n\n

Request a code snippet<\/h2>\n\n\n\n

Missing a code snippet? Fill in the form below and we’ll do our best to provide you with one!<\/p>\n\n\n