Forums Forums Search & Filter Pro I am trying to change the text font on the checkbox menu

Viewing 8 posts - 1 through 8 (of 8 total)
  • Anonymous
    #247597

    I am trying to change the text box from the standard font to match mine on the website

    Trevor
    #247601

    Custom CSS like this might do it, but change the actual family to whatever you need, and the size!

    .searchandfilter .sf-field-search input {
      font-family: "Avenir", Sans-serif;
      font-size: 15px;
    }
    Anonymous
    #247603

    thanks but where do i input this?

    Trevor
    #247608

    Anywhere your theme allows custom CSS. Most themes have this facility in Appearance -> Customize -> Additional CSS

    Anonymous
    #248671

    Hi there i tried to input that css and it doesnt work??

    Trevor
    #248796

    Are you able to send me a live link/URL to your search page so I can take a look?

    Anonymous
    #249061

    sure please find below;
    http://feastfitter.com/recipes/

    Trevor
    #249141

    Try this CSS to set the font fro all of the form:

    .searchandfilter {
        font-family: "Kollektif", Sans-serif;
    }
Viewing 8 posts - 1 through 8 (of 8 total)