-
AuthorPosts
-
July 27, 2011 at 10:56 am #166759
Does anyone know how to change Font Colour in SEARCH FIELD (on Top right) – the shown example script is light grey, difficult to read – want to change it to black, but I may not find class in css for template to change colour !
Thks !
khoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 27, 2011 at 2:53 pm #403332Hi,
You change this code from /templates/ja_travel/css/template.css in the line #119
#ja-search .inputbox {
background: url("../images/icon-search.png") no-repeat scroll 95% 50% #F2F1EB;
border: solid 1px white;
color: #B08572; < change this line
overflow: visible;
padding: 5px 20px 5px 5px;
width: 200px;
}July 29, 2011 at 3:42 pm #403622Thks a lot it works – but only for Default Template – if I am switching to other installed template themes it will still same as before !
I thought template.css is main css for all JA_Travel template themes ???I may not find other template.css in other directories ?
How override the other template themes ?Thks !
khoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 29, 2011 at 5:14 pm #403643Could you give me a link to your page as you said?
August 1, 2011 at 5:04 pm #404043http://www.rajasthan-reisen.de/
with default template it works, but not with all styles – pls check under CP panel – other type ins are light grey
khoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 1, 2011 at 5:18 pm #404044You replace this code from /templates/ja_travel/css/template.css in the line #119
#ja-search .inputbox {
background: url('../templates/ja_travel/images/icon-search.png') no-repeat scroll 95% 50% #F2F1EB;
border: solid 1px white;
color: black;
overflow: visible;
padding: 5px 20px 5px 5px;
width: 200px;
}
with
#ja-search .inputbox {
background: url('../templates/ja_travel/images/icon-search.png') no-repeat scroll 95% 50% #F2F1EB;
border: solid 1px white;
color: black!important;
overflow: visible;
padding: 5px 20px 5px 5px;
width: 200px;
} -
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by khoand 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum