Contact text...how to remove?

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Wed Oct 31, 2012 1:32 pm
I am using Music Free.

So made a menu item an added a single contact.

When I look at the page it looks like:

1. Contact (the word in bold)
2. Contact Form (again the words in bold)
3. Then the contact form itself.

My question is, how do I remove 1 and 2.

I've tried various things but appear to be stuck.
Any help appreciated.

John
User avatar
Expert Boarder

Konrad M
Wed Oct 31, 2012 2:52 pm
Hi,
please try add to override.css
Code: Select all
.contact h3 {
display:none;
}

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

GK User
Wed Oct 31, 2012 5:51 pm
That worked a treat, thanks.
User avatar
Expert Boarder


cron