When you use
the Rocket Theme Moxy for Joomla 1.5x with the Dark colour selection,
(not free template) you will find that the message box in the Contact-us
forms, is black on Dark grey, and therefore, hard to read. To change
that you will have to adjust the CSS file "body-dark.css"
../templates/rt_moxy_j15/css/body-dark.css |
... Change this line about Line # 97
.form-login
.inputbox, input#search_searchword.inputbox, input#email,
.register-page .inputbox, .contact_email .inputbox {background:
#1c1c1c;border: 1px solid #262626;}
Into:
.form-login
.inputbox, input#search_searchword.inputbox, input#email,
.register-page .inputbox, .contact_email .inputbox {background:
#1c1c1c;border: 1px solid #262626;color: #999;}
|
That should format the Text colour of you
contact-us form properly so you can actually read what you type in the
message box. :-)
No comments:
Post a Comment
Please be courteous, even if you do not share the same view.