Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #131129
    skynet
    Participant

    Hello great Catch Team! I Want to change the color inside search button in my case “Cerca” You can see it at the top of https://www.vitamineproteine.com/
    Actually the color of “Cerca” text is grey i want to change it with Black
    any idea? Thank you very much!

    #131136
    skynet
    Participant

    Other question: How can i set the top search 116×40 to 940×40 screenshot: https://www.dropbox.com/s/b5e3fc4qhu6p1sv/Screenshot%202018-02-06%2006.12.09.png?dl=0

    I want to make the top one search looking same at the search widget at bottom

    #131137
    tikaram
    Keymaster

    @skynet : Please add the following additional css.

    .search-field:focus {
    	color: #000;
    }

    Regards,
    Tikaram

    #131138
    skynet
    Participant

    Hello Tikaram thank you for your answer this is exact the same code i have insert but without success, the color inside automatic “cerca” search field can’t be changed. This code change only the text color when user search something but not the “Cerca” color. Any idea?

    What about my other question? Any idea for this? Thank you!

    #131144
    tikaram
    Keymaster

    @skynet : Please add the following additional css.

    #sidebar-header-top .widget_search {
    	width: 100%;
    }
    #branding .searchform {
    	width: 100%;
    }
    #branding .search-field {
    	float: none;
    	color: #000;
    }
    #branding .search-field:focus {
    	width: 87%;
    	color: #000;
    }
    .search-field:focus {
    	color: #000;
    }

    Regards,
    Tikaram

    #131146
    skynet
    Participant

    Hello Tikaram the code working well Thank you! but as you can see on mobile the text “Cerca” look centerd instead of left like desktop, any idea?

    #131147
    skynet
    Participant

    Ok i find solution changed float with left instead none 😉

    #131149
    skynet
    Participant

    Only the color of “Cerca” text i can’t change, don’t know why.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to Change Color Inside Search Field?’ is closed to new replies.