Scroll down/up – changing color of ..

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

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 6 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15232
    knudkp
    knudkp
    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?

    Attachments:
    You must be logged in to view attached files.
    #15243
    Ernest Marcinko
    Ernest 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:

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

    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!

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


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

You must be logged in to reply to this topic.