How to Change the Background Color¶
These are instructions on how to change the background color of the site using CSS. This is not a feature that is built into AuctionWorx and it will only work in certain use case scenarios. It will look different depending on the Admin Control Panel > Site Preferences > Display: CSS Theme option that is selected.
- Sign in as the admin user.
- Click on the Admin Control Panel button at the top right.
- Using the navigation on the left, scroll down and click the link to the CMS > Content area.
- In this list of content areas you will find one titled Header Scripts. Click the Edit button next to it.
-
In the text area on the Header Scripts: Edit page enter the code below and click the Save button.
<style>body {background-color: lightgreen;}</style>
Here is a list of colors you can use in place of lightgreen: https://www.w3schools.com/cssref/css_colors.asp
Note
This basic process can be used to do any number of basic stylistic changes to the site using CSS.