This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Scroll down/up – changing color of ..

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Scroll down/up – changing color of ..

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15232
    knudkpknudkp
    Participant

    Running latest WP and plugin version on http://www.knuds.net/soeg

    As you can see the attached picture (Picture.png) shows my http://www.knuds.net/soeg page where I show my ‘advanced search’.

    Since I have that many tags, people can search on, the outcome here on the page, lets you scroll down/up on tags – with this “white scrollbar”.

    Since my background is also white, a white scrollbar is not easy to deal with.

    Where do i change that appereance?

    #15243
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Knud!

    There is no option for this one on the back-end, but with a simple custom CSS rule it can be changed easily. Try this one:

    [html]div.ajaxsearchpro[id*=’ajaxsearchpro’] .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background: #3a3a3a !important;
    box-shadow: none !important;
    width: 8px !important;
    }[/html]

    This will give a dark look for the dragger rail, like so: https://i.imgur.com/bypoOoA.png

    You can apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.

    I hope this helps!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.