• Resolved 2toetommy

    (@2toetommy)


    I installed BOP Search Box using Argent. The search (Submit) button has no text or rather its color is black like the background color. Ive tryed to add color change to css and nothing. I checked everything I could and cant find any solutions.

    My Site: http://ama.bnpwebdev.com/

Viewing 1 replies (of 1 total)
  • Thread Starter 2toetommy

    (@2toetommy)

    I found the issue, im a CSS nub some times and the theme had set the color to go black for submit buttons for some reason.

    input[type="submit"] {
    	color: white;
    }
    
    input[type="submit"]:hover {
    	color: blue;
    	border-color: white; //Is not part of the fix //
    }
Viewing 1 replies (of 1 total)
  • The topic ‘BOP Search box’ is closed to new replies.