This topic has 3 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #103344
     simmo1823
    Participant

    Hello

    The search bar and button are hidden from view. I can hover over them and type but they are hidden perhaps by my black background. How do I make the search bar and button white?

    Thanks

    #103375
     Radu
    Moderator

    Hi,

    Please provide some credentials to view your page

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #103380
     simmo1823
    Participant
    This reply has been set as private.
    #103392
     Radu
    Moderator

    Hi,

    Please add these to your wp-content/themes/buddyapp-child/style.css or in wp-admin -> appearance -> theme options -> quick css

    COPY CODE
    
    
    form#searchform {
        color: #fff !important;
    }
    
    .second-menu .search-form input.header-search {
        color: red !important;
        background: #fff;
    }
    
    .second-menu .search-form input.header-search:focus {    color: red !important;
        background: #efefef;}
    

    Replace color with your desired colors

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?