Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This Page Extension changes the breadcrumb background colour to a dark grey for example but more substantial CSS changes could be applied here which and can be applied to specific pages by entering the page you want it to run on or by using the forward slash to represent ALL pages

Configuration

  1. Click on the on Setup tab

  2. Click Page Extensions

  3. Click the Add button

  4. Enter the following information
    Name: Change BreadCrumb Colour via CSS
    Page: / (enter a forward slash to make the script apply to all AdminPortal pages)

    Code Block
    languagejs
    jQuery("#crumb").css('background-color', '#47515b');
  5. Click Save