Support Forums

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

Forums Forums Search & Filter Pro AJAX initialization In Safari

Viewing 11 post (of 11 total)
  • Ross Moderator
    #3083

    Hey highfilter – it is strange – I didn’t manage to recreate the problem – is this on safari on a Mac?

    From what I can see are you only adding CSS styling to the form? If so, I think there will be a better way to do all this, using CSS only – I can help you with too.. for example all your styles under
    .search-custom-class you can just make a rule in your own CSS and add like this:

    .searchandfilter ul li
    {
        border:1px solid #f00;
        background-color:#0f0;
    }

    (Horrible choice of colours I know)

    And if you are not seeing the styles being applied, then you could try adding important rules:

    .searchandfilter ul li
    {
        border:1px solid #f00 !important;
        background-color:#0f0 !important;
    }

    Let me know

Viewing 11 post (of 11 total)

You must be logged in to reply to this topic.