• Resolved chemdata

    (@chemdata)


    How does one change colors for text and search box as well as colors of search submit button and text inside it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Robin W

    (@robin-w)

    sorry for the delay in responding – I’ll come back shortly

    Plugin Author Robin W

    (@robin-w)

    Yes it woyld be good to add that to the plugin, which I will do shortly.

    In the meantime if you put this into the custom css tab of my plugin, and then you can change what you want.

    #bbp_search {
    background-color : green !important ;
    font-size : 14px !important ;
    color : white !important ; 
    line-height : 30px !important ;
    }
    
    #bsp_search_submit1 {
    background-color : green  !important;
    font-size : 14px !important ;
    color : white !important ; 
    line-height : 30px !important ;
    }
    Plugin Author Robin W

    (@robin-w)

    ok, I’ve just released version 3.5.0 which has a new tab ‘search styling’ which lets you style this.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing Search box and Submit Button Colors’ is closed to new replies.