Skip to main content

How can I customize the appearance of my size chart, including removing logos and adjusting placement?

How to Customize the Appearance of Your Size Chart

Customizing the appearance of your size chart can help align it with your store's branding and improve user experience. This guide provides step-by-step instructions for removing logos, adjusting placement, and using custom CSS for advanced customization.

Removing or Adjusting Logos

Removing the Logo from the Size Table

To delete your logo from the size table, follow these steps:

  1. Navigate to Styles & Settings in your admin panel.

  2. Click on the Modal tab under General Settings.

  3. Scroll down to the Modal Styles section.

  4. Locate the Shop Logo option and remove your logo.

Removing or Changing Icons in the Header

If you want to remove or change an icon displayed in the header of your size charts:

  1. Go to Styles & Settings > General settings > Modal > Modal style.

  2. Adjust or remove the icon as desired.

Hiding the Size Logo Using Custom CSS

For more advanced users, you can hide the size logo by adding custom CSS:

  1. Open your theme’s editor and locate the option to add custom CSS (often under Theme settings > Custom CSS, or via the theme’s stylesheet).

  2. Add the following CSS rule to target the size logo element:

   .size-logo-selector { display: none !important; }
  1. Replace .size-logo-selector with the actual CSS selector used by your theme for the size logo element. You can find this by inspecting the element in your browser’s developer tools.

  2. Save your changes and refresh your storefront to confirm the logo is removed.

Aligning and Repositioning the Size Chart

To move the size chart to the right of the 'Size' text and align it without an icon:

  1. Access your store theme or size chart configuration settings.

  2. Adjust the placement settings to align the size chart as desired.

  3. If you encounter difficulties, consider providing screenshots or videos to your support team for further assistance.

Troubleshooting Common Issues

  • Icons or Logos Not Updating: Ensure you have saved your changes and cleared your browser cache.

  • CSS Changes Not Taking Effect: Double-check the CSS selector and syntax. Use browser developer tools to identify the correct selector.

  • Theme or App Conflicts: Some apps or themes may override default settings. Check for conflicting configurations and adjust accordingly.

By following these steps, you can effectively customize the appearance of your size chart to better suit your store's needs.

Did this answer your question?