GK Page Title hide

GK User
Wed Jul 08, 2015 10:40 am
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
User avatar
Junior Boarder

teitbite
Wed Jul 08, 2015 9:15 pm
Hi

Please tell me the url to the page with an example of this title.
User avatar
Moderator

GK User
Thu Jul 09, 2015 9:31 am
http://dev.hauniv.edu/academics/graduate-programs

this site is in a test development environment.

Thank you
User avatar
Junior Boarder

teitbite
Sun Jul 12, 2015 7:01 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.item-page header h1 { display: none; }
User avatar
Moderator

GK User
Tue Jul 14, 2015 1:59 pm
It works!
Thank you
User avatar
Junior Boarder

teitbite
Fri Jul 17, 2015 5:08 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator

GK User
Sat Jul 18, 2015 4:32 pm
Exactly what I am looking for. I am using a menu item to display a K2 item. With .gkPage > span {display:none;} the bottom section of the page moved up to touch the logo. So used .gkPage > span {visibility:hidden;} so that the space is retained.
User avatar
Junior Boarder

teitbite
Sat Jul 18, 2015 8:28 pm
Hi

So You mean Your problem is solved ? Can You please explain it with a little more details and an example if possible so I'll be able to help ?
User avatar
Moderator

GK User
Tue Jul 21, 2015 5:52 pm
Hi Teitbite,

Yes my problem is solved. I changed it in the template.css as from:
Code: Select all
#gkPageTitle { color: #fff; padding: 36px 0; text-transform: uppercase;}

to
Code: Select all
#gkPageTitle { color: #fff; padding: 36px 0; text-transform: uppercase; display:none;}


Apart from this, I think the title display can be turned off from the template manager under Features as well (did not try though):
Screen Shot 2015-07-21 at 10.19.32 pm.png
User avatar
Junior Boarder

teitbite
Wed Jul 22, 2015 4:42 pm
Hi

Please do not change template.css or any other template's css file. It will be lost on template update. We have prepared override.css file to store all the changes.
User avatar
Moderator

GK User
Wed Jul 29, 2015 2:36 pm
Thanks for your suggestion :) I will use override.css now on...
User avatar
Junior Boarder


cron