SpiceGems Knowledge Base
All AppsContact Us
Easy Returns management System
Easy Returns management System
  • Overview
  • Getting started
  • RMS App Intergation Process
  • Return Process
    • Create a Return Request from return portal
    • Create a Return Request from App (on behalf of the customer)
  • Return Reasons
  • Return Policy
  • Notification Settings
    • Auto Approve Return Requests
    • Approved/Deny Return Requests
    • Approves a Return Request
    • Declines a Return request
  • Configuring Notifications
  • Item Status
  • Send RMA number to the Customer
  • Handling Partial Returns
  • Create and Send Returns Shipping Label to customer
  • Customize The Order Lookup Form
  • How to Filter the Active Returns List
  • Translate the return portal
  • Return Reports
  • Disable returns for international customers
  • Generate prepaid labels from return portal
  • Remove Add Block for Shopify 2.0 Themes
Powered by GitBook
On this page

Customize The Order Lookup Form

PreviousCreate and Send Returns Shipping Label to customerNextHow to Filter the Active Returns List

Last updated 6 months ago

t is possible to apply custom CSS rules to the order lookup Form.

Here are the instructions. 1. Go to Settings -> Display Settings 2. Enter Custom CSS Rules

Simply use the following CSS Rule to change the color of LookUp Button.

#order-info .main-btn
{
background: navy;
font-size: 15px;
}

This rule will change the color to Navy Blue. Here is a Screenshot for your reference.

Similarly, you can change in font, table color, font size, etc using custom CSS Rules.