Hello! I am developing a website and my client wants to change the font color in the contact page ONLY in the "Miscellaneous info" field: Ii don't know where to change the CSS only for that field. the client wants a totally diffferent color from any other in the website. he wants to keep the colo in the other fields (name, email, street address, etc.), the change would only apply to the miscellaneous info. I would appreciate your help! Kindest Regards, Chewie.
I have a solution for u but will u pay me hehehehe.... Just to tell u my paypal acc email U could probably leave that contact page out, write an article post that is exactly the same way as that contact page. Because Joomla parses your static content (contact page) into dynamic content, this is where the problem lies. If you use a article post, design it with HTML such that it is identical to the dynamic content, doesn't it solves your problem? Then you can rename that article post to contacts and add it to the menu. U could pay me $10 for this consultant solution hehehe.... Or if you need my help, I can try to help you take a look see or even login to change, such that it Satisfies your client. That's probably the biggest phrase in business.
The best solution is assign a <div id="somethinghere"> to the text you want to change font and in the templates/yourtemplate/css/template_css.css declare your "somthinghere" div tag like this: .somethinghere { color: green (for example); }
Thanks for your suggestion. How and where do I apply that <div id>? In the box where I should write the content? or Where document should i modify its source code?
easy work, need small change on contact.html.php(assign to a class line 614 ) and template_css.css(create the class and set properties) files,