How do I remove the word "Contact" in Contact Us Page

Community fouces Joomla template to build a music magazine website with JomSocial support.
GK User
Mon Jun 18, 2012 6:42 pm
Hi,

I've hidden all parameters and cannot seem to remove the word "contact" under Contact Us.

I've checked article options and contact options but still no luck. I've googled this on the net and it seems people have experienced this problem before.

As you can see I have contact word below the Contact Us page title. I cannot remove it ? Is there any code in override.css I can use ? Thank you for your help.

http://lifted.uk.com/sentio/index.php/single-contact

Dean
User avatar
Fresh Boarder

Konrad M
Tue Jun 19, 2012 8:06 am
Hi,
please try add to othe override.css
Code: Select all
.contact h1 + h3{
display:none;
}

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

GK User
Tue Jun 19, 2012 10:15 am
Thank you so much Konrad. This worked a treat !

However I'm still stuck with my main problem. On Safari browser the news pro gk4 modules layout on my website seem not in alignment. When I view my website in firefox everything is in alignment perfectly.

Someone mentioned it could be the H3, but I don't quite understand this.

I have sent a link to the thread. It maybe something simple I need to override.

https://www.gavick.com/forums/news-show ... 17287.html

The problem occured when I upgraded the plugin. for Safari and Google chrome the text just looks squashed up for bottom boxes and you can faintly see the next 2nd slide on the 1st page of the slide. I wish to re align this but I feel it's a bit of code that somewhere needs to be modified.

Any help would be greatly appreciated.

thank you

Dean
User avatar
Fresh Boarder


cron