Forums Forums Search & Filter Pro Changing title styles in form

Tagged: , ,

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

    Hi there,

    I would like to change the HTML tags on the Search & Filter form field titles. They are all designated as h4 titles out of the box – I would like them to be h3, or even just paragraph. What is the best way to change these headings?

    My site is still under development so I am only comfortable sharing a link via private message.

    Thanks!
    Sarah

    Trevor
    #182723

    This is not a feature of the current version of the plugin, but will be possible in V3 (in development). The only way you can do this for now is by using custom javascript. I am sorry, but I do not have a code example I can give you though.

    Anonymous
    #186737

    Hello, I have run into the same issue, is it now possible to change the format of field headings?

    Trevor
    #186739

    You don’t have to use all of this custom CSS, but this will give you a flavor:

    .searchandfilter h4 {
      font-size: 22px !important;
      background: white;
      border-top-left-radius: 10px;
      width: 300px;
      color: #fff !important;
      font-weight: 700 !important;
      margin: 10px 0px 0px 0px;
      padding: 5px 5px 5px;
      font-size: 16px;
      text-shadow: 1px 1px 2px #444444, 0px 0px 1px #fff;
    }
    Anonymous
    #186741

    Perfect, thank you!!

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