Reply To: Issues with the Accessibility plugin…

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support › Forums › Support (Legacy) › Issues with the Accessibility plugin… › Reply To: Issues with the Accessibility plugin…

#1754
Boaz
Keymaster

Hi Jakob,
1. Do you want to hide the help option?
2. Here is grayscale in desktop: http://i.imgur.com/teWgizS.jpg
3. There is no built-in way to do this
4. What value did you give?
5. It’s an icon. you can change it in CSS.
This is the value:

.fa-wheelchair:before {
    content: "\f193";
}

You can choose from here: http://fontawesome.io/icons/#accessibility
and just replace the font value.