Change admin picture on all pages and change width
Permalink
I am trying to change the admin picture on all pages. I was able to upload an image in place of "logo.png" and "logo_menu.png". I have tried to edit the width of the picture in a CSS file in the concrete directory, but the buttons for editing the buttons seem to go behind the picture. Is there any way of pushing the menu buttons on the left side over so they fit in whenever I change the width of the admin picture?
Basically how can I rebrand Concrete5, whats the easiest way to edit the footers, remove some of the dashboard options and rebrand to another name?
Any help would be appreciated.
Basically how can I rebrand Concrete5, whats the easiest way to edit the footers, remove some of the dashboard options and rebrand to another name?
Any help would be appreciated.
Edit the div#ccm-logo-wrapper, div#ccm-logo-wrapper img and div#ccm-page-controls ul#ccm-main-nav {margin: 0px; padding: 0px 0px 0px 106px(change this value to whatever the width of your image is);} styles