test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • airwaystravel Friend
    #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
    #403332

    Hi,
    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;
    }

    airwaystravel Friend
    #403622

    Thks 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
    #403643

    Could you give me a link to your page as you said?

    airwaystravel Friend
    #404043

    http://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
    #404044

    You 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;
    }

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  khoand 13 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum