Hi,
We use the University Joomla 3.x template.
We need to hide the gkPageTitle that appears at all inner pages of the Gavick University Template.
Thank you
.item-page header h1 { display: none; }
#gkPageTitle { color: #fff; padding: 36px 0; text-transform: uppercase;}
#gkPageTitle { color: #fff; padding: 36px 0; text-transform: uppercase; display:none;}