Forums Forums Search & Filter Pro Divi Code module, styling the search form

Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #214277

    Hi,

    I’m using divi and a put the shortcake in a code module, all works just fine, but i can’t understand which CSS snippet and where do i have to put it to change the size and font color of the search form. Can you help me?

    Thanks a lot

    Trevor
    #214298

    The form does not have much standard CSS applied to it, and so inherits much from your theme CSS or any Custom CSS that you might add to style it.

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

    Can you illustrate to me what you want changing, and to what?

    Anonymous
    #214345
    This reply has been marked as private.
    Trevor
    #214362

    You would need Custom CSS like this:

    .searchandfilter h4 {
      font-weight: 700;
      color: #080;
    }
    .et_pb_column_1_3 .searchandfilter h4,
    .et_pb_column_1_4 .searchandfilter h4,
    .et_pb_column_1_5 .searchandfilter h4,
    .et_pb_column_1_6 .searchandfilter h4,
    .et_pb_column_2_5 .searchandfilter h4 {
      font-size: 24px;
    }
    .searchandfilter {
      color: #080;
      font-size: 18px;
    }
    Anonymous
    #214398

    Thanks a lot!! it works fine

Viewing 5 posts - 1 through 5 (of 5 total)