how to change custom Icon in the button
Submitted by changho on Wed, 06/17/2020 - 08:42
Forums:
our company at now trying to custom h5p component.
designer asked me to apply to different icon for each button
for example. when multiple choice label button and fill in the blanks label button have different design and icon inside.
can I inject class in the component? or have any other way? please help ~~
changho
Wed, 06/17/2020 - 09:22
Permalink
icon change
how to change?
BV52
Wed, 06/17/2020 - 19:52
Permalink
Hi changho,The easiest way is
Hi changho,
The easiest way is to use a PHP hook, to add your own CSS-file to the content type. Please visit the Visual Changes page for more details.
-BV
changho
Thu, 06/18/2020 - 05:16
Permalink
Em.... is there any way inject css class or html?
I don't have any knowledge about PHP.... so I just wanna use css or html clss select is there any way?
how about change library javascript?
I am testing on the my local environment base on wordpress.
changho
Thu, 06/18/2020 - 07:36
Permalink
Em.... is there any way inject css class or html?
I am now working on lcoal environment ...
how can i custom and use libray and inject class name on the library directly?