If you are using theme 1 or theme 3, you might see a blue highlight for fraction of second on a mobile device. It can be removed with the help of following CSS.



.faqPlusAppFaq:hover, .faqPlusAppTitle:hover {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}