Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #177596

    the search bar, the text that shows when you type, and the action button are all white in my header. could you check out my theme and see if there’s a style change i can do to fix this to visible colors?

    #177597
    This reply has been marked as private.
    #177624

    Hey!

    Add this code to the Quick CSS:

    #s{
    	color: #333;
    }
    #searchsubmit{
    	background-color: #79C142;
    	color: #FFF;
    	border-color: #57A020;
    }
    .ajax_search_content * {
    	color: #333 !important;
    }

    Best regards,
    Josue

    #178474

    ah thanks! that did the trick for the button and the search results. what would be the tag for the text you type into the search form? it’s all white right now and can’t be seen as you type

    #178547

    Hi!

    Please add following code as well

    #top .header_color input[type='text'] { color: black; }

    Cheers!
    Yigit

    #178555

    thanks yigit & josue, yall rock

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘search in top all white’ is closed to new replies.