Difference between revisions of "Hide Events on index"

From UnionCloud Support
Jump to: navigation, search
(Created page with "thumb|This is an example of the Events page with the CSS Hacks below applied If you have access to the Global CSS module it is possible to use...")
(No difference)

Revision as of 15:35, 30 August 2016

This is an example of the Events page with the CSS Hacks below applied

If you have access to the Global CSS module it is possible to use the below CSS Hacks to hide particular items on the Events Index


	a[title="Welsh Varsity"] {
	    background-color: red;
	    /*display:none;*/
	}


	.event-type-16 {
	    background-color: green !important;
	    /*display:none;*/
	}