• I’m a rookie wordpress user. My blog uses the masonic theme. I’ve enabled the search bar and it works OK. The issuem I am having is that the text that is typed into the search bar is a dark gray and it’s tough to read against the background of the search box (it’s actually readable after the search button is clicked). I’ve done some research, and while I found some additional CSS code that is supposed to fix this problem, it doesn’t work on my site. Wondering if anyone knows how I can customize the color of the text in that search box?

    Thanks

    Sheffield

    p.s. This is the code I tried that was supposed to help.

    .header .search-bar .search-input {
        background-color: white;
    }
    
    .header .search-bar .search-icon {
        color: white;
    }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Masonic Theme – Search Box – Change color of text’ is closed to new replies.