Contac us Page - Joomla! Forum - community, help and support
hi there,
i wondering have if don't want display contact form headings (contact , contact form,etc)?
i don't want display can't figure out how turn off.
cheers,
i wondering have if don't want display contact form headings (contact , contact form,etc)?
i don't want display can't figure out how turn off.
cheers,
it done editing approrpriate css entry in template.
for example, if using beez_20 template, add css attribute display: none; following css entry available in file personal.css available @ /templates/beez_20/css.
for example, if using beez_20 template, add css attribute display: none; following css entry available in file personal.css available @ /templates/beez_20/css.
code: select all
#main .contact h3
{
border-bottom:solid 1px #ddd;
margin: 20px 0
}
Comments
Post a Comment