Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • imported_janabak Friend
    #164058

    I am using JA-Droid and trying to find out how to change the font color for the search field. There are too little contrast between the font color and the background.

    Regards janabak

    pritam Friend
    #391466

    Hello ,

    To change the font color for search field find this code to template.css

    .search .inputbox {
    background: url(“../images/search.png”) no-repeat scroll 240px center #181818;
    border: 2px solid #E0E4F0;
    padding: 6px 8px;
    text-transform: capitalize;
    width: 240px;

    }

    Change this code to :-

    .search .inputbox {
    background: url(“../images/search.png”) no-repeat scroll 240px center #181818;
    border: 2px solid #E0E4F0;
    padding: 6px 8px;
    text-transform: capitalize;
    width: 240px;
    color: colorcode;/* as per the suitability */

    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  pritam 13 years ago.

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