Are you a JOOMLA Expert? i need you!

Discussion in 'Joomla' started by chewie49, Jan 6, 2009.

  1. #1
    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:

    [​IMG]
    [​IMG]

    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.
     
    chewie49, Jan 6, 2009 IP
  2. savagemp5

    savagemp5 Peon

    Messages:
    64
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    savagemp5, Jan 6, 2009 IP
  3. 385ashley

    385ashley Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Its not a big problem, you can change the color of a text box or button very easily.
     
    385ashley, Jan 6, 2009 IP
  4. newcentury

    newcentury Well-Known Member

    Messages:
    193
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #4
    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); }
     
    newcentury, Jan 6, 2009 IP
  5. chewie49

    chewie49 Well-Known Member

    Messages:
    305
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #5

    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?
     
    chewie49, Jan 7, 2009 IP
  6. hopebd

    hopebd Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    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,:)
     
    hopebd, Jan 7, 2009 IP
  7. chewie49

    chewie49 Well-Known Member

    Messages:
    305
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #7
    o.k. Thanks!

    But,...What Exactly should I do on contact.html.php?
     
    chewie49, Jan 7, 2009 IP