Jump to content

Customised Admin Theme


KG60
 Share

Recommended Posts

I've customised an admin theme using the minimalist_blue theme as a base. I've near enough got it completed but There is text appearing above submit buttons which I can't seem to get rid of. I would also like to change the colour of the text and background hover from blue to either Green or Brown but can't find where this found. I have circled the text on the attached image.

I'm using ProcessWire v2.4.0 if this makes a difference.

Thanks in advance for any help.

post-2810-0-82361100-1414762409_thumb.gi

  • Like 1
Link to comment
Share on other sites

The text ist comming from the label "login_submit" of the login button.

I'm not sure how you customized this, so you might either want to remove the label on the template or better, hide it with a custom CSS rule.

EDIT:

This CSS rule should hide the label:

.Inputfield_login_submit label {display:none;}
  • Like 2
Link to comment
Share on other sites

Thanks Philipp, that worked a treat. 

I came up with the same issue with the submit buttons when logged in to the admin screen but got round this by adding #wrap_submit_save label {display:none;} to the css.

I've also managed to sort out the button colours so all is good.

Your help has been much appreciated.  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...