Support › Forums › Support (Legacy) › Issues with the Accessibility plugin… › Reply To: Issues with the Accessibility plugin…
15/06/2016 at 10:55
#1763
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)
