Forums Forums Search & Filter Pro Advanced Custom Field, How to!

Viewing 6 posts - 11 through 16 (of 16 total)
  • Anonymous
    #17853
    This reply has been marked as private.
    Ross Moderator
    #17854
    This reply has been marked as private.
    Anonymous
    #17933
    This reply has been marked as private.
    Ross Moderator
    #18007

    Hey Christoforos

    To answer your questions:

    1) This is dependent on your theme, but would likely require adding display:inline-block to your h4tags, something like:

    .searchandfilter h4
    {
        display:inline-block;
    }

    This may be different for your theme though.

    2) The down arrows are just part of the <select> inputs – S&F does not add these – to remove them would require some sort of hack.

    Thanks

    Anonymous
    #18024

    Hi Ross,
    I removed the down arrow following this post on http://stackoverflow.com/questions/5912791/how-to-remove-the-arrow-from-a-select-tag-in-firefox, in case anyone has the same question with me. I will start a new post here on the support forum with a new question about this and I will post the answer for anyone might need this.

    About my other question, the display:inline-block didn’t help.

    Ross Moderator
    #18298

    Hey Christoforos

    That inline-block was just a suggestion (it would work in other environements) – really it depends on what your theme is doing and if it has its own styles associated.

    Thanks

Viewing 6 posts - 11 through 16 (of 16 total)