Hello,
I would like to write some information in the miscellaneous information but I want to hidde or chande the titel. How can I do this?
super-mouse Hi I assume you are talking about the contact page. Add this code in override css to hide the Misc info title
.group-infor .span5 .contact-info > h3 { display: none; }
Regards
Ninja
Hello thank you for your quick reply, Indeed Im talking the Miscellaneous information from the contact page. How can I replace the name of the Miscellaneous information?
super-mouse Hi You can override it from Joomla language override > select language English > Find value : Miscellaneous information to make an override for it.
Hello Pankaj,
Many thanks for your support. I solved this issue.!