-
AuthorPosts
-
December 1, 2009 at 7:58 pm #146493
Hi, I love this template! It is so clean and professional.
That being said, I’m having some issues with the suffixes for the rounded modules. They look amazing in black, but I don’t think the suffix is working properly for modules that have text input, such as the Login Module that comes with Joomla 1.5.
When I move the Login module to the right column and apply the _black suffix, everything shows up great except in the username and password boxes. The boxes are white and so is the text! I would like the text to still be black but only in the input boxes. Is this a change I can make with a little code or a huge process?
Thanks!!!
Provide your website URL?
http://www.region3.net/cmsProvide information about components/modules/mambots installed?
There are many components/modules/mambots that conflict with a script or breaks the template, and this errors is not template specific and its easier for us to try to solve the problem if we know what you have installed.
JCE 1.5.7
GTranslate
RokSlideshowWhich version of Joomla do you use?
Time changes, and so does Joomla. There have been many changes since the beginning, and the templates are built and tested for the latest one.
Joomla! 1.5.15Have you made any modifications to the template?
This is the most important answer.
Please be as specific as you can on this point, you don’t need to tell the whole process, but “I added two new modules in footer” would be enough.
Yes, I have moved the login module to the right column and created some menus as well as adding a Translation feature and a slideshow. I believe that these are not contributing to the problem.Thanks so much!
-RyanDecember 3, 2009 at 8:56 am #325613Hello,
You could change the background color of the input box in template.css
.inputbox { backgroundcolor :#FFFFFF => current color you could change
and also change background color for mouseover on these fields
.inputbox:hover, …. { backgroundcolor : #FFFFCC => to be change with another color
may be you could have side effects on other input fields. To be check on your site
1 user says Thank You to pcam for this useful post
December 3, 2009 at 9:15 pm #325665Thanks for showing me this. This isn’t exactly what I’m after, but it does keep me from having white text on a white box 😀
Do you or does anyone else know how to change the color of the actual font being typed in to that inputbox? I can’t seem to change it.
I read that for css, you would just specify font color by saying ‘color’. So here is what I assumed would go there:
.inputbox { background: #fff; color: #000; border: 1px solid #ccc; }
This seemed to have no effect on it though, so I’m assuming that .inputbox isn’t actually related to the text itself.
Does anyone have some insight they could share?
Thanks again!
December 10, 2009 at 1:59 pm #326300I have exactly the same question and issue as the OP.
How do you change the Input Text Color of the User Login Module?
Is it somewhere in the Template CSS?:
input, select, textarea, .inputbox {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 100%;
padding: 3px 5px;
}.inputbox { background: #fff; border: 1px solid #ccc; }
.inputbox:hover, .inputbox:focus; { background: #fff; }
December 12, 2009 at 2:50 pm #326382I found the offending CSS in template.css:
/* text color for high contrast module */
div.module_black *, div.module_green *, div.module_blue *, div.module_red * { color: #fff!important; }Hope someone knows how to fix the OP’s problem with this info?
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by kooljp 14 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum