How can the icon ("wheelchair user") used by default in the frontend be changed to another accessibility icon without a wheelchair?
Or maybe as an alternative for choosing.
Replace the accessibility icon: universal-access instead of wheelchair
There is a PR #34713, but this is for the backend.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
The
I could not find a suitable replacement symbol, see:
@chmst Thank you for your info.
@sandewt Thank you for your interest. Interesting links. Also looked at (before your message): yooa11y.css and yoaa11.min.css - but difficult.
Btw: In Forum.de the alternative question came up, whether or how to change the fontawesome icon, which is gray, to a different background color? Couldn't find it yet, possibly because of CSS.
Here: ...\media\vendor\accessibility\js\accessibility.js file I haven't looked yet.
Btw: In Forum.de the alternative question came up, whether or how to change the fontawesome icon, which is gray, to a different background color? Couldn't find it yet, possibly because of CSS.
See: https://fontawesome.com/v5/icons/universal-access?f=classic&s=solid
@sandewt Thank you for your link to fontawesome.
I tried:
i.fa-solid.universal-access { content:"\f29a" }
of course no success :)
Saw also:
To use the regular style of “universal-access“, you'll need a subscription to a Pro-level plan or a perpetual Pro license that includes the specific version of Font Awesome in which this icon (or style) was released.
of course no success :)
Indeed, it only works with inline script / styling.
of course no success :)
Indeed, it only works with inline script / styling.
"of course" :-) didn't mention before that I also entered the following html code:
<i class="fa-solid fa-universal-access"></i>
However, it was only temporary (F12)
either it is wrong or it has been placed in the wrong place.
Maybe I misunderstand you. But this inline code shows a red background of the icon.
<i class="fas fa-universal-access" style="color: #ff0000;"></i>
? My code starts do not have: ..."fas" .... Tried with "fa-solid" etc.
Hv to check again. Thank you.
Labels |
Added:
Feature
|
#34713 had another context.
Relevant: #39615