Support Forums

Hey there, it looks like you've been redirected from designsandcode.com - as you can see we have a new home - read more

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

Forums Forums Search & Filter Pro Horizontal AND Vertical

Viewing 3 posts - 1 through 3 (of 3 total)
  • Andrew
    #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 Moderator
    #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;}

    Andrew
    #99257

    Awesome. Thanks Trevor.

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

The topic ‘Horizontal AND Vertical’ is closed to new replies.