• I am using the theme Buro and I have been trying all sorts of fixes and spent hours looking at forums and trying different plugins but I still have the same issue. Everything is updated, I tried using Custom CSS Manager plugin with the code
    .hentry {
    background-color: #000;
    color: #fff;
    }
    plus searching through custom code & the code editor for the plugin but I have the following problem still:

    Woocommerce predictive search used to be black text in white box but a couple of months ago it changed to white text in the white box so you can’t see it, https://peachygreenwinnipeg.com/shop/
    How can I change the text colour so customers can see what they have typed?

    I also have a similar problem in WP Customer Reviews but I figure I should make that it’s own topic as I can alter the text colour from the theme options but just not the way I want to.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    You could try with this CSS:

    .ctr_search input#pp_course_2 {
        color: #000;
    }

    Hope that helps.

    Thread Starter winnuck

    (@winnuck)

    Thank you sooooooo much! It worked perfectly when placing it in the custom css section of Buro.

    Now if only I can figure out the white letters on white boxes in the WP Customer Review page (there is another thread going on that topic posted within a few minutes of this one yesterday if you know anything about that? )

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text box and text both white’ is closed to new replies.