Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

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

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Format Back Button

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.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Format Back Button

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Format Back Button

Hello Deon,

Please use CSS below for that:

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

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Format Back Button

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Format Back Button

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

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Format Back Button

Thank you!

Return to “Issues”