Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter crgsun

    (@crgsun)

    i installed a custom css plugin but when i used copied and pasted the css it seemed to make the magnifying glass disappear also.

    Thread Starter crgsun

    (@crgsun)

    thanks! I tried editing it in the style.css file but it doesn’t seem to work. There is no custom css section so I’m guessing it has to be installed. They are running an slightly older version of wordpress. Right now in the style.css file this is the header. Not sure if there is anything else I can do to try and fix this problem. Would you recommend I just try and install a custom css plugin ? Thanks so much for your assistance so far.

    [to learn how to mark any posted code properly, please read the forum guidelines for posting code]

    /** Header Search **/
    
    	.header_search {position:absolute; top:60px; right:0px;}
    
    	input.search_input_header {position:absolute; top:0px; left:-210px; width:194px; letter-spacing:1px; height:20px; padding:5px 0px 5px 10px; color:#c1c7d1; background:url(images/dark_blue_search.png) scroll transparent no-repeat; border:none;}
    
    		input.search_input_header:hover {background:url(images/dark_blue_search.png) scroll transparent no-repeat 0px 0px;  color:#c1c7d1;}
    
    		input.search_input_header:focus {border:none; outline:none; background:url(images/dark_blue_search.png) scroll transparent no-repeat  0px -50px;  color:#c1c7d1;}
    
    	input.search_button_header {margin:0px 0px 0px 4px; width:39px; padding-top:7px;  height:30px; cursor:pointer; background:url(images/dark_blue_search.png) scroll transparent no-repeat -211px 0px; border:none; }	
    
    		input.search_button_header:focus, input.search_button_header:hover {outline:none; background:url(images/dark_blue_search.png) scroll transparent no-repeat -211px -50px;}
    Thread Starter crgsun

    (@crgsun)

    great thanks for the responses. Kurt would the html input elements be hard to do? I know very basic html but can research it. I just don’t want to put in the effort if it doesn’t change much. thanks again both of you!

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