Skip to content

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.

  1. Sign in as the admin user.
  2. Click on the Admin Control Panel button at the top right.
  3. Using the navigation on the left, scroll down and click the link to the CMS > Content area.
  4. In this list of content areas you will find one titled Header Scripts. Click the Edit button next to it.
  5. 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.