article header will not go away!

Community fouces Joomla template to build a music magazine website with JomSocial support.
GK User
Sun Jan 27, 2013 4:04 pm
I have set the set the 'show title' option to no with in Menu Manager for main men as well as making sure the Show Page Heading is set to No in the Page display options..

I have also set the show title within the article to No..... dont know what else to do to stop the article heading form showing

please advise
thanks
User avatar
Senior Boarder

Konrad M
Mon Jan 28, 2013 10:46 am
Hi,
can you give me url to page with this header ?
User avatar

GK User
Mon Jan 28, 2013 12:39 pm
the is offline
can i please pm you with the log in details???

thanks
User avatar
Senior Boarder

Konrad M
Mon Jan 28, 2013 12:40 pm
Yes, sure remember add to this topic too.
User avatar

Konrad M
Mon Jan 28, 2013 12:58 pm
Please try add to override.css
Code: Select all
#gkComponent > div > h2 {
display:none !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Jan 28, 2013 2:08 pm
no, it is still showing
User avatar
Senior Boarder

Konrad M
Mon Jan 28, 2013 2:10 pm
I checked override.css file and there is no code I gave you inside.
User avatar

GK User
Mon Jan 28, 2013 2:16 pm
for some reason the file was set to read onnly and i did not notice it faied to overright... i have since sorted it.

thanks for you help and patience.

Is there any way to reduce the gap between the article text and the image rotator as the gap fron the 'removed header' is still there?
User avatar
Senior Boarder

Konrad M
Mon Jan 28, 2013 2:19 pm
Please try add to override.css
Code: Select all
#gkComponent {
margin-top: -1px !important;
}

and increase this value to fit your needs.
User avatar

GK User
Mon Jan 28, 2013 2:27 pm
many thanks to you
User avatar
Senior Boarder


cron