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…

#1763
Boaz
Keymaster

Hi,
First of all, you need to make the CSS changes under Design > Customize > LIVE CSS.

1. To hide it you can add this:

a.pojo-a11y-toolbar-link.pojo-a11y-link-help {
    display: none!important;
}

2. I will check this

3. You can find it in the plugins > pojo accessibility > langauge.
Make sure you are creating the same file inside the child theme (don’t edit the original file)

4. Try to set the value in percents instead of pixels.

5. Make sure you are changing it inside the LIVE CSS (not in a stylesheet)