Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #242685
    jrsgear
    Participant

    Search text is white on white background i need black in this search box
    my musicband pro theme

    my site is not live yet.

    above mentioned info in custom css i do not have custom css i have additional css in theme / customize/additional css

    what is the code needed to make my search box text black

    #242686
    jrsgear
    Participant

    Once again thanks to Sangeeta your fast response and excellent skills

    Im learning from you thats for sure

    #242703
    Skandha
    Participant

    @jrsgear: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .search-form input {
        color: #000 !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘search box text’ is closed to new replies.