Format Back Button
Hi
How do I for format the back button in the header? For exmple, I want to remove the button background and border so it only shows the icon.
Thank you
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi
How do I for format the back button in the header? For exmple, I want to remove the button background and border so it only shows the icon.
Thank you
Hello Deon -
Please find our example how to remove background for a button component here:
https://devcenter.appery.io/documenta...
The similar way you can apply any custom CSS rule for your button component in your app.
Hi Illya.
My question was how to format the back button in the HEADER, CSS applies to the header and not the back button.
Hello Deon,
Please use CSS below for that:
pre.ui-header a.ui-btn[data-rel="back"]{
background-color:red;
}/pre
Thank you.
I tried to make it transparent with background-color:transparent; but does not work
Thank you!