Users of your site have their own control panel that they can use to view their fixtures, manage their teams, view their statements and make payments etc.  


These pages are all loaded over https, so all the assets on those pages much also be loaded via https.  As such, these pages are not displayed in the custom "skin" that you may have set up, but instead in the standard user control panel template that we have created.


However, you can change the styling of these pages to match your own branding by following the instructions below:


To change the logo that is displayed on these pages


1) Log in as an administrator

2) Click "Config"

3) Click "Customise User Control Panel Template"

4) In the logo section, browse to the logo that you want to use


Note that the image you upload will be resized to be exactly 83px high, or 150px wide, depending on the aspect ratio of the image.  If possible, resize the image to 83px high and less than 150px wide before uploading, as the resizing process on the server may cause a loss of quality.


5) Click "Upload and Update Logo"


To modify the styles that are applied to the pages


1) Log in as an administrator

2) Click "Config"

3) Click "Customise User Control Panel Template"

4) In the custom css section, enter any css overrides that you would like to apply.  

5) Click "Update CSS"


For example, if you wanted to make the navigation section of the user control panel appear with a black background, you could enter the following custom CSS:


header { background-color: black; }


You can preview the CSS changes by clicking "Preview".  Note that logo updates occur immediately though.