Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • tzic Friend
    #192491

    Hello again,

    I am trying to change the text color of the search inputbox at the top right corner Inspecting the searchbox with firebug I can find the related CSS entry in template.css


    input, select, textarea, .inputbox {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 100%;
    padding: 3px 5px; }

    But if I change the text color in here
    color: green
    it will change to all other input boxes on my site. How can I change it only for this specific search box?

    phong nam Friend
    #513337

    You can try to use these css styles override into the end of templates/ja_purity_ii/css/template.css file:

    #ja-search input {
    color: green;
    }

    Remember to clear JAT3 cache after saving changes.

    tzic Friend
    #513369

    <em>@Leo Burnetts 399319 wrote:</em><blockquote>You can try to use these css styles override into the end of templates/ja_purity_ii/css/template.css file:

    #ja-search input {
    color: green;
    }

    Remember to clear JAT3 cache after saving changes.</blockquote>

    Thank you very much, it worked

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

This topic contains 3 replies, has 2 voices, and was last updated by  tzic 10 years, 11 months ago.

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