-
AuthorPosts
-
stator86 Friend
stator86
- Join date:
- September 2011
- Posts:
- 77
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
December 9, 2011 at 5:58 pm #171649I am using light background, and font color in search box is light so it hardly to be seen i want to make it more darker
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 9, 2011 at 7:16 pm #429006So that I may best assist you, please provide the url to the site you’re working on – as well as set “Optimize CSS” to “No” within your Template Manager–>General Settings.
stator86 Friendstator86
- Join date:
- September 2011
- Posts:
- 77
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
December 9, 2011 at 7:35 pm #429010<em>@TomC 288287 wrote:</em><blockquote>So that I may best assist you, please provide the url to the site you’re working on – as well as set “Optimize CSS” to “No” within your Template Manager–>General Settings.</blockquote>
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 9, 2011 at 7:49 pm #429011Open your template.css file (within path /templates/ja_anion/css/template.css)
at line 551, you should see the following:
/* Search ---*/
#ja-search {
background: url(../images/search-bg.png) no-repeat right top;
bottom: 10px;
height: 34px;
width: 290px;
font-family: tahoma;
color: #5D98CB;
}
[FONT=arial]Change the color parameter to whatever color code you want. For example, you could change the css to the following:
/* Search ---*/
#ja-search {
background: url(../images/search-bg.png) no-repeat right top;
bottom: 10px;
height: 34px;
width: 290px;
font-family: tahoma;
color: #000000;
}
This will render your search text in black.
SAVE CHANGES …. CLEAR CACHE …. REFRESH PAGE
Hope that helps.
[/FONT]
1 user says Thank You to TomC for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 9, 2011 at 8:01 pm #429013Actually, if the above solution does not work for you, try working with the following css . . .
template.css – at line 117
/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
font-family: Helvetica, Arial, sans-serif;
margin: 0;
padding: 2px;
padding: 0;
vertical-align: middle;
}
label { vertical-align: middle; }
.inputbox, .txtbox {
background-color: #F2F6FC;
border: 1px solid #ddd;
padding: 3px 5px;
}
Try adding a text-color parameter as follows:
/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
font-family: Helvetica, Arial, sans-serif;
text-color: #000000;
margin: 0;
padding: 2px;
padding: 0;
vertical-align: middle;
}
[FONT=arial]With much of Joomla site development, there is a good deal of “trial-and-error” involved.[/FONT]
stator86 Friendstator86
- Join date:
- September 2011
- Posts:
- 77
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
December 9, 2011 at 10:24 pm #429022Thanks it worked now
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by TomC 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum