Viewing 1 replies (of 1 total)
  • Plugin Author DesignsAndCode

    (@designsandcode)

    I’m afraid not without hacking into the plugin itself – why not style the h4 to look how you want using CSS?

    .searchandfilter h4
    {
        //do stuff to make this look like my span ;)
        color:#f00;
        display:inline-block;
        border:1px solid #ccc;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Heading Tag’ is closed to new replies.