Forums Forums Search & Filter Pro Horizontal AND Vertical

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #99189

    Hi there,

    Thanks for a great plugin. I managed to find the code for a horizontal search layout but I’m wondering how I restrict horizontal just to the front page?

    For example, I’d like the search options to appear vertically in the sidebar widget areas on the rest of the site.

    For reference: http://www.mathsclubs.co.za

    Thanks

    Andrew

    Trevor
    #99231

    Your Home page has the body class home on it, so you could precede any CSS you want to apply to only that page like this:

    was:

    .myclassselector {foo: bar;}

    becomes:

    body.home .myclassselector {foo: bar;}

    Anonymous
    #99257

    Awesome. Thanks Trevor.

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