Page 1 of 1

Format Back Button

Posted: Sun May 22, 2016 5:59 am
by Deon

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


Format Back Button

Posted: Sun May 22, 2016 1:20 pm
by Illya Stepanov

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.


Format Back Button

Posted: Mon May 23, 2016 3:00 am
by Deon

Hi Illya.
My question was how to format the back button in the HEADER, CSS applies to the header and not the back button.


Format Back Button

Posted: Tue May 24, 2016 1:57 pm
by Serhii Kulibaba

Hello Deon,

Please use CSS below for that:

pre.ui-header a.ui-btn[data-rel="back"]{
background-color:red;
}/pre


Format Back Button

Posted: Wed May 25, 2016 2:33 am
by Deon

Thank you.
I tried to make it transparent with background-color:transparent; but does not work


Format Back Button

Posted: Wed May 25, 2016 8:52 am
by Serhii Kulibaba

It works fine on our environment. Please check other CSS on that button Image
Image


Format Back Button

Posted: Sun May 29, 2016 6:35 am
by Deon

Thank you!