Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Changing title styles in form

Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Sarah Smith
    #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 Moderator
    #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.

    Andrea
    #186737

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

    Trevor Moderator
    #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;
    }
    Andrea
    #186741

    Perfect, thank you!!

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

The topic ‘Changing title styles in form’ is closed to new replies.