How to Customize Your Review Screens Using CSS

This article provides an overview of how to style the Ashore review screens with your custom CSS.

What is CSS?

CSS (Cascading Style Sheets) is a style sheet language used to describe the look and formatting of a document written in HTML. It allows you to control the appearance of your web pages, including layout, colors, fonts, and overall design.

How to Use Custom CSS in Ashore

  1. Access custom styles from the Account Settings below the “Branding” tab
  2. In the Custom CSS text box, you can write your own CSS code to style various elements of your review screen.
  3. For example, to change the background color of the main navigation, you might use: #proofViewNav {background-color: #9DC4A8;}

Quick Guide

Below is a list of IDs you can target when you’re styling the review screens:

  • Main navigation: #proofViewNav
  • File sidebar: #review-available-files
  • Proof toolbar: #proofViewToolsBar
  • Right sidebar: #proofViewRightSidebar
  • Proof canvas: #review-review-window